Delete sick days record
Permanently deletes a sick days record.
Note: This endpoint is only available for employee accounts. This action cannot be undone. Use with caution.
DELETE
/account/employee/sick-days/{id}Authorization
AuthorizationOAuth2 access token · headerrequiredScopes:
api:writeor
AuthorizationBearer token (JWT) · headerrequiredPath parameters
idstringrequiredResponses
200
successbooleanrequiredOperation success flag
401
Unauthorized - Invalid or missing authentication token
403
Forbidden - Insufficient API scopes or permissions
404
Sick days record not found