Saltar al contenido principal
DELETE
/
faults
/
{faultId}
Eliminar un fallo
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

Las solicitudes a la API se autentican mediante un JSON Web Token (JWT) proporcionado en la cabecera Authorization.

Path Parameters

faultId
string
required

El identificador único del fallo a eliminar.

Example:

"flt_31pkd1t8FvW7qZv0jG2a9kH5mB1"

Response

El fallo fue eliminado exitosamente.