v13

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-012612103.2 KB
Schedules

Delete a schedule

Soft-deletes a schedule, marking it as deleted. The schedule will no longer appear in listings or be accessible. Only the schedule owner can perform this action.

delete/schedules/{subdomain}

Path parameters

subdomainstring required

The subdomain identifier of the schedule

Response

Schedule deleted successfully

Example response

{
  "data": {
    "message": "Schedule deleted successfully"
  }
}