Skip to main content
DELETE
/
sla
/
reports
/
{reportId}
Delete a Generated Report
curl --request DELETE \
  --url https://api.altostrat.io/sla/reports/{reportId} \
  --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"
}

Authorizations

Authorization
string
header
required

Enter your authentication token.

Path Parameters

reportId
string
required

The unique, human-friendly identifier of the generated report to delete.

Example:

"BCDF-GHJK"

Response

The report was deleted successfully.