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/control-plane/{siteId}/transient-accesses/{accessId} \
--header 'Authorization: Bearer <token>'{
"type": "invalid_request_error",
"code": "parameter_missing",
"message": "The 'name' parameter is required for this request.",
"doc_url": "https://docs.altostrat.io/errors/parameter_missing"
}Immediately revokes an active transient access session, terminating the connection and preventing further access.
curl --request DELETE \
--url https://v1.api.altostrat.io/control-plane/{siteId}/transient-accesses/{accessId} \
--header 'Authorization: Bearer <token>'{
"type": "invalid_request_error",
"code": "parameter_missing",
"message": "The 'name' parameter is required for this request.",
"doc_url": "https://docs.altostrat.io/errors/parameter_missing"
}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.
Enter your JWT bearer token.
The unique identifier for the site.
"d290f1ee-6c54-4b01-90e6-d701748f0851"
The unique identifier for the transient access session.
"f0e9d8c7-b6a5-4f3e-2d1c-0b9a8e7f6d5c"
The session was successfully revoked.
Was this page helpful?