Delete user availability schedule
DELETE/calendars/schedules/:id
Permanently remove a schedule and all its associated rules. This action cannot be undone.
Request
Version stringrequired
API Version
Available options
v3id stringrequired
Unique identifier of the schedule to delete
Schedule deleted successfully
- application/json
- Schema
- Example (auto)
Schema
successboolean
Whether the deletion was successful
{
"success": true
}