Altostrat Studio is here — the AI-native network operations IDE for engineers running production. Terminal, diagrams, runbooks, and Copilot in one workspace. Get started →
curl --request DELETE \
--url https://v1.api.altostrat.io/fault/{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"
}Permanently deletes a fault object. This action cannot be undone.
curl --request DELETE \
--url https://v1.api.altostrat.io/fault/{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"
}Documentation Index
Fetch the complete documentation index at: https://altostrat.io/docs/llms.txt
Use this file to discover all available pages before exploring further.
API requests are authenticated using a JSON Web Token (JWT) provided in the Authorization header.
The unique identifier of the fault to delete.
"flt_31pkd1t8FvW7qZv0jG2a9kH5mB1"
The fault was successfully deleted.
Was this page helpful?