Skip to main content
DELETE
/
s
/
job
/
item
/
bulk_remove
Item - Bulk Remove
curl --request DELETE \
  --url https://app.skulabs.com/s/job/item/bulk_remove \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "item_ids": [
    "<string>"
  ]
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Body

application/json
item_ids
string[]
required

Array of item IDs to remove

Response

Items removed

success
boolean
required

Whether the operation succeeded