curl --request DELETE \
--url https://api.skulabs.com/distributor/remove_item \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"item_id": "<string>",
"quantity": 123
}
'{}/distributor/remove_item
curl --request DELETE \
--url https://api.skulabs.com/distributor/remove_item \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "<string>",
"item_id": "<string>",
"quantity": 123
}
'{}