API Keys
Revoke Key
Revoke (delete) an API key.
The key is permanently deleted. Any active sessions using this key will be rejected on the next request.
DELETE
Revoke Key
Previous
Rename KeyRename an API key (update its label only).
Only the ``name`` is mutable here — tier/permissions are immutable for
the life of a key (rotate to change them). 404 if the key isn't the
caller's. No auth-cache eviction needed: the cached auth payload doesn't
carry the label, so a rename never changes an access decision.
Next
Revoke Key