Vai al contenuto principale
DELETE
/
sla
/
reports
/
{reportId}
Elimina un Report Generato
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

Inserisci il tuo token di autenticazione.

Path Parameters

reportId
string
required

L'identificatore univoco e leggibile del report generato da eliminare.

Example:

"BCDF-GHJK"

Response

Il report è stato eliminato con successo.