Removes a contract from the system.
Endpoint
DELETE /contracts/{id}Authentication
Required: Authorization header with valid token
Path Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
id | string | Yes | Contract unique identifier |
Response
Success
{
"success": true
}Error
Example Usage
curl -X DELETE "https://integration-api.ram.syniotec.com/master-data/v1/contract-management/contracts/123e4567-e89b-12d3-a456-426614174000" \
-H "Authorization: Bearer YOUR_TOKEN"Notes
- This operation permanently removes the contract from the system
- Associated bookings and related data may also be affected
- The operation cannot be undone
- Ensure all dependent operations are completed before deletion