v13

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-012612103.2 KB
Sub-schedules

Delete a sub-schedule

Permanently deletes a sub-schedule. Requires a Pro plan.

delete/schedules/{subdomain}/groups/{group_id}

Path parameters

subdomainstring required

The subdomain identifier of the parent schedule

group_idstring required

The encoded ID of the sub-schedule

Response

Sub-schedule deleted successfully

Example response

{
  "data": {
    "message": "Sub-schedule deleted successfully"
  }
}