Delete API Key API Definition
The Delete API Key API lets you delete one or more existing API keys. This capability is useful for managing the lifecycle and security of API keys such as when they are no longer needed or when a key is compromised.
Delete API Key Request and Response
To delete an API key, send a DELETE request to /v2/api_keys/{api_key_id}
,
where {api_key_id}
is the ID of the API key you want to delete.
REST 2.0 URL
Delete API Key Endpoint Address
Vectara exposes a REST endpoint at the following URL to delete API keys:https://api.vectara.io/v2/delete-api-key
The API Reference shows the full Delete API Key REST definition.
gRPC Example
You can find the full Delete API Key gRPC definition at admin_apikey.proto.