Meal & Rest Breaks
Public API
Delete Break
Deletes a time tracking break by its UUID. The break is soft-deleted and removed from any break policies it was associated with.
OAuth Scopes: time_tracking:breaks.write
delete/api/v1/time-tracking/breaks/{id}
Path parameters
idstring uuid required
The break ID.
Response
Break deleted successfully
Changes
No recorded changes to this endpoint across all 1 revision of this API.