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>'
This response does not have an example.

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.