Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request POST \ --url https://your_salambo_base_url/api/v1/api-keys/{keyId}/revoke \ --header 'Authorization: Bearer <token>'
{}
Revokes an API key. Repeated revocation is idempotent. Requires api_keys:manage.
api_keys:manage
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Revocation result
The response is of type object.
object