Skip to main content
DELETE
/
contract
/
v1
/
contracts
/
{contractId}
/
annexes
/
{annexId}
Delete a contract annex
curl --request DELETE \
  --url https://api-{region}.sesametime.com/contract/v1/contracts/{contractId}/annexes/{annexId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

API token obtained from Sesame HR Dashboard > Settings > Integrations > API

Path Parameters

contractId
string<uuid>
required

The ID of the contract

annexId
string<uuid>
required

The ID of the annex to delete

Response

204

Contract annex deleted successfully