Skip to main content
DELETE
/
chrono
/
schedules
/
{scheduleId}
Delete a schedule
curl --request DELETE \
  --url https://api.altostrat.io/chrono/schedules/{scheduleId} \
  --header 'Authorization: Bearer <token>'
{
  "type": "invalid_request_error",
  "code": "parameter_invalid",
  "message": "The 'timezone' parameter must be a valid IANA Time Zone.",
  "doc_url": "https://docs.altostrat.io/errors/parameter_invalid"
}

Authorizations

Authorization
string
header
required

Enter your API key in the format: Bearer {key}

Path Parameters

scheduleId
string<uuid>
required

The unique identifier (UUID) for the schedule to delete.

Example:

"9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d"

Response

The schedule was deleted successfully.