Revoke an API key
API Keys
Revoke an API key
Revoke an API key by its ID. The key will immediately stop working for authentication. Revoking an
already-revoked key is a no-op and still returns 204.
Authorization:
Requires the developer user permission flag and account admin role. Returns 403 when conditions are not met.
PUT
Revoke 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 revoked