cURL
curl --request DELETE \ --url https://shelfforce.ai/api/v1/inventory/{id} \ --header 'Authorization: Bearer <token>'
{ "data": { "deleted": true } }
Permanently deletes an inventory item. This cannot be undone.
API key with sf_live_ prefix. Pass as Authorization: Bearer sf_live_...
sf_live_
Authorization: Bearer sf_live_...
Inventory item ID
Inventory item deleted.
Show child attributes