v1

latestOpenAPI 3.0.02026-07-24310185.2 KB
Absences

Cancel an absence ๐ŸŒ

Cancels an existing absence in a company.


Required scopes: time:write

delete/companies/{companyId}/absences/{absenceId}

Path parameters

companyIdstring required

The id of the company

absenceIdstring required

The ID of the absence.

Request body

commentstring

Optional comment recorded on the absence cancellation.

Example request

{
  "comment": "Cancelled by partner"
}

Response

The absence was cancelled.