curl --request DELETE \
--url https://api.sanka.com/v1/public/items/{item_id} \
--header 'Authorization: Bearer <token>'{
"ok": true,
"status": "<string>",
"external_id": "<string>",
"item_id": "<string>",
"ctx_id": "<string>"
}curl --request DELETE \
--url https://api.sanka.com/v1/public/items/{item_id} \
--header 'Authorization: Bearer <token>'{
"ok": true,
"status": "<string>",
"external_id": "<string>",
"item_id": "<string>",
"ctx_id": "<string>"
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.