Delete a compensation
DELETE {{baseUrl}}/v1/compensations/:compensation_id
Compensations contain information on how much is paid out for a job. Jobs may have many compensations, but only one that is active. The current compensation is the one with the most recent effective_date
. This endpoint deletes a compensation for a job that hasn't been processed on payroll.
scope: jobs:write
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Gusto-API-Version | string | Determines the date-based API version associated with your API call. If none is provided, your application's minimum API version is used. |