Skip to main content
DELETE
/
contract
/
v1
/
employee-compensations
/
{salaryCompensationId}
Remove a compensation assignment from an employee
curl --request DELETE \
  --url https://api-{region}.sesametime.com/contract/v1/employee-compensations/{salaryCompensationId} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

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

Path Parameters

salaryCompensationId
string<uuid>
required

The salary-compensation assignment ID

Response