Endpoint
Authentication
Authenticate with a session cookie or passAuthorization: Bearer <api-key>.
Path Parameters
string
required
Unique identifier of the API key to revoke.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
curl -X DELETE "https://router.example.com/v1/router/keys/key_01hv8" \
-H "Authorization: Bearer <api-key>"
Immediately revoke an API key in the Aria Compute ROUTER by its identifier. The key becomes invalid for all subsequent requests.
curl -X DELETE "https://router.example.com/v1/router/keys/key_01hv8" \
-H "Authorization: Bearer <api-key>"
DELETE /v1/router/keys/{id}
Authorization: Bearer <api-key>.
curl -X DELETE "https://router.example.com/v1/router/keys/key_01hv8" \
-H "Authorization: Bearer <api-key>"
Was this page helpful?