curl --request DELETE \
--url https://api.skulabs.com/distributor/remove_item \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "507f1f77bcf86cd799439011",
"item_id": "507f1f77bcf86cd799439011"
}
'{
"success": true
}Remove an item from a distributor’s catalog.
curl --request DELETE \
--url https://api.skulabs.com/distributor/remove_item \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"id": "507f1f77bcf86cd799439011",
"item_id": "507f1f77bcf86cd799439011"
}
'{
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Item removed from supplier successfully
Whether the operation succeeded