Skip to main content
DELETE
/
reports
/
sla
/
schedules
/
{scheduleId}
Delete a Report Schedule
curl --request DELETE \
  --url https://v1.api.altostrat.io/reports/sla/schedules/{scheduleId} \
  --header 'Authorization: Bearer <token>'
{
  "type": "invalid_request_error",
  "code": "parameter_missing",
  "message": "The 'name' parameter is required for this request.",
  "doc_url": "https://docs.altostrat.io/errors/parameter_missing"
}

Documentation Index

Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt

Use this file to discover all available pages before exploring further.

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_.

Pattern: ^sla_[0-9a-zA-Z]{27}$
Example:

"sla_2ayc4Yy6w3g7Y2j4g4g4Yy6w3g7"

Response

The schedule was deleted successfully.