Delete an Inventory
delete
/api/v2/inventories/{id}/
Make a DELETE request to this resource to delete this inventory.
Request
Supported Media Types
- application/json
Path Parameters
Query Parameters
-
search: string
A search term.
Response
Supported Media Types
- application/json
204 Response
400 Response
Example Response (application/json)
{
"error":"Inventory is already pending deletion."
}