Skip to main content

DELETE /api/v1/inventory/

Delete a specific inventory record from the system.

Path Parameters

id
integer
required
The unique identifier of the inventory record to delete

Request

curl -X DELETE https://api.example.com/api/v1/inventory/1 \
  -H "Content-Type: application/json"

Response

No response body is returned for successful deletions.

Status Codes

  • 204 - Inventory record deleted successfully
  • 404 - Inventory record not found

Build docs developers (and LLMs) love