Removes an equipment from the system.
Endpoint
DELETE /equipments/{id}Authentication
Required: Authorization header with valid token
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Equipment unique identifier |
Response
Success (200)
{
success: true
}GeneralError
Example Usage
curl -X DELETE "https://integration-api.ram.syniotec.com/master-data/v1/equipment-management/equipments/123e4567-e89b-12d3-a456-426614174000" \
-H "Authorization: Bearer YOUR_TOKEN"