API Keys
Revoke API Key
Permanently deactivate an API key.
DELETE
Revoke an API key so it can never be used again. This is immediate and irreversible — any request using this key will start failing right away. If you just need to rotate a key, create a new one first, update your services, then revoke the old one.Documentation Index
Fetch the complete documentation index at: https://docs.chowder.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorization
Requires an organization-level API key in theAuthorization header.
Path Parameters
The ID of the key to revoke.
Response
Returns204 No Content on success. No response body.