Vai al contenuto principale
DELETE
/
faults
/
{faultId}
Elimina un guasto
curl --request DELETE \
  --url https://api.altostrat.io/faults/{faultId} \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

Le richieste API sono autenticate utilizzando un JSON Web Token (JWT) fornito nell'header Authorization.

Path Parameters

faultId
string
required

L'identificatore univoco del guasto da eliminare.

Example:

"flt_31pkd1t8FvW7qZv0jG2a9kH5mB1"

Response

Il guasto è stato eliminato con successo.