DELETE
/
sla
/
reports
/
{id}
curl --request DELETE \
  --url https://api.altostrat.io/sla/reports/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

The ID (filename) of the SLA report JSON stored in S3.

Response

200

OK. The report was deleted.