Skip to main content
DELETE
/
sla
/
schedules
/
{scheduleId}
Delete a Report Schedule
curl --request DELETE \
  --url https://api.altostrat.io/sla/schedules/{scheduleId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Enter your authentication token.

Path Parameters

scheduleId
string
required

The unique identifier for the SLA report schedule to delete, prefixed with sla_.

Example:

"sla_2ayc4Yy6w3g7Y2j4g4g4Yy6w3g7"

Response

The schedule was deleted successfully.