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