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

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.