Saltar al contenido principal
DELETE
/
sla
/
reports
/
{reportId}
Eliminar un Informe Generado
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

Introduzca su token de autenticación.

Path Parameters

reportId
string
required

El identificador único y legible por humanos del informe generado a eliminar.

Example:

"BCDF-GHJK"

Response

El informe se eliminó correctamente.