Skip to main content
DELETE
https://app-stage.agdejar.sa
/
tenant
/
v1
/
contracts
/
{contract_id}
curl --request DELETE \
  --url /tenant/v1/contracts/19 \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer {access_token}'

Path Parameters

contract_id
integer
required
The ID of the contract to delete

Headers

Accept
string
required
Must be “application/json”
curl --request DELETE \
  --url /tenant/v1/contracts/19 \
  --header 'Accept: application/json' \
  --header 'Authorization: Bearer {access_token}'