Revokes an API key, immediately preventing it from being used for authentication.
Bearer authentication header of the form Bearer
API key ID to revoke. Pattern: key_[0-9a-hjkmnp-tv-z]{26}
^key_[0-9a-hjkmnp-tv-z]{26}$RevokeApiKeyRequest identifies an API key to revoke.
Optional reason for revocation (for audit purposes). The revoking user's identity and timestamp are captured in audit logs separately.
1 - 500Success
RevokeApiKeyResponse contains the revoked API key.
The revoked API key with updated revoked_at timestamp.