Skip to main content
DELETE
/
faults
/
{faultId}
Delete a fault
curl --request DELETE \
  --url https://api.altostrat.io/faults/{faultId} \
  --header 'Authorization: Bearer <token>'
{
  "type": "authentication_error",
  "code": "api_key_invalid",
  "message": "The provided API key is invalid.",
  "doc_url": "https://docs.altostrat.io/errors/api_key_invalid"
}

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.