Skip to main content
DELETE
/
faults
/
{faultId}
Delete a fault
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

API requests are authenticated using a JSON Web Token (JWT) provided in the Authorization header.

Path Parameters

faultId
string
required

The unique identifier of the fault to delete.

Example:

"flt_31pkd1t8FvW7qZv0jG2a9kH5mB1"

Response

The fault was successfully deleted.