Skip to main content
DELETE
/
distributor
/
bulk_remove_item
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>"
  ]
}'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Body

application/json
id
string
item_ids
string[]

Response

OK

I