v1
latestOpenAPI 3.0.02026-07-24310185.2 KBAbsences
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
Example request
{
"comment": "Cancelled by partner"
}Response
The absence was cancelled.