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