curl --request DELETE \
--url 'https://prod-api.stateset.cloud.stateset.app/api/v1/inventory/{id}' \
--header 'Authorization: Bearer YOUR_API_KEY'
Delete an inventory
Delete an inventory
DELETE
/
api
/
v1
/
inventory
/
{id}
curl --request DELETE \
--url 'https://prod-api.stateset.cloud.stateset.app/api/v1/inventory/{id}' \
--header 'Authorization: Bearer YOUR_API_KEY'
Path parameters
string
required
Inventory item id or item number
Response
No response body. Inventory deleted.Status codes
| Code | Meaning |
|---|---|
204 | Inventory deleted |
curl --request DELETE \
--url 'https://prod-api.stateset.cloud.stateset.app/api/v1/inventory/{id}' \
--header 'Authorization: Bearer YOUR_API_KEY'
Last modified on August 31, 2026