Pular para o conteúdo principal
DELETE
/
faults
/
{faultId}
Excluir uma falha
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

As requisições da API são autenticadas usando um JSON Web Token (JWT) fornecido no cabeçalho Authorization.

Path Parameters

faultId
string
required

O identificador único da falha a ser excluída.

Example:

"flt_31pkd1t8FvW7qZv0jG2a9kH5mB1"

Response

A falha foi excluída com sucesso.