Delete an API key
API Keys
Delete an API key
Delete an API key by its ID (soft-delete). This operation is irreversible. The key will immediately stop working for authentication.
Authorization:
- User keys: the creator or an account admin may delete the key. Requires the
developeruser permission flag. Returns403when this flag is absent. - Service keys: space admins (and higher) may delete any service key in their space.
Non-admins require the
SERVICE_KEY_DELETEpermission and must be the creator of the key.
DELETE
Delete an API key
Authorizations
Most Arize AI endpoints require authentication. For those endpoints that require authentication, include your API key in the request header using the format
Path Parameters
The unique API key identifier (base64) A universally unique identifier (base64-encoded opaque string).
Example:
"RW50aXR5OjEyMzQ1"
Response
API key successfully deleted