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
curl --request DELETE \ --url https://v1.api.altostrat.io/api/keys/{id} \ --header 'Authorization: Bearer <token>'
{ "message": "The given data was invalid.", "errors": {} }
Revokes an API key and removes its backing machine-to-machine application.
Authenticate with an SDX user access token that has permission to manage API keys.
The API key identifier.
^api_key_[0-9A-Za-z]{27}$
"api_key_2m3h5n7k9j8g7f6e5d4c3b2a"
The API key was deleted.
Was this page helpful?