Delete schedule
Schedule
Delete Schedule
Delete a single schedule occurrence or all future occurrences. Only managers and owners can delete schedules.
POST
Delete schedule
Overview
Delete work schedules. You can delete a single schedule occurrence or all future occurrences of a recurring schedule. Only team owners and managers can delete schedules.Request Body
The unique identifier of the schedule to delete.Example:
123Type of deletion to perform.Allowed values:
"this"- Delete only this specific schedule occurrence"future"- Delete this and all future occurrences
"this"Schedule ID (required when
type is "future"). Groups related schedule entries.Example: "abc123def4"User ID (required when
type is "future"). Deletes only schedules for this specific member.Example: 5Response
Success message confirming the schedule was deleted.
HTTP status code (200).
Example Request - Delete Single Schedule
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
application/json
The unique identifier of the schedule to delete
Example:
123
Type of deletion
Available options:
this, future Example:
"this"
Schedule ID (required for 'future' type)
Example:
"abc123def4"
User ID (required for 'future' type)
Example:
5