Delete Contract

Removes a contract from the system.

Endpoint

DELETE /contracts/{id}

Authentication

Required: Authorization header with valid token

Path Parameters

ParameterTypeRequiredDescription
idstringYesContract unique identifier

Response

Success

{
  "success": true
}

Error

Error Schema


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