Revoke an API key
DELETE/v1/admin/tenants/:id/keys/:keyId
Marks the key as REVOKED. The cached entry is evicted on every
gateway instance so subsequent requests fail fast across the whole
fleet. Revocation is immediate and irreversible.
Request
Responses
- 204
- 404
API key revoked
The target resource does not exist.