cURL
curl --request DELETE \ --url https://api-{region}.sesametime.com/contract/v1/contracts/{contractId}/annexes/{annexId} \ --header 'Authorization: Bearer <token>'
Deletes an existing annex from a contract.
API token obtained from Sesame HR Dashboard > Settings > Integrations > API
The ID of the contract
The ID of the annex to delete
Contract annex deleted successfully
Suggestions