Delete Inventory

Endpoint

DELETE /inventories/{id}

Authentication

Required: Authorization header with valid token

Path Parameters

ParameterTypeRequiredDescription
idstringYesInventory unique identifier

Response

JSON

{
  "success": true
}

Error

See Error Schema documentation

Example Usage

Delete inventory

Bash

curl -X DELETE "https://integration-api.ram.syniotec.com/master-data/v1/inventory-management/inventories/123e4567-e89b-12d3-a456-426614174000" \
 -H "Authorization: Bearer YOUR_TOKEN" \
 -H "Content-Type: application/json"