Revoke an API key
revoke_api_keyRevoke an API key permanently with confirmation token. Use when a key must be disabled immediately; note it can cut the server's own connection.
Instructions
Revokes an API key immediately and for good — Wiki.js has no way to un-revoke one. Note that this can revoke the key this server is using, which would cut its own connection. Requires a confirmation token.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key_id | Yes | Key id from list_api_keys. | |
| confirm_token | No | Token from this tool’s previous, unconfirmed call. Omit it to receive one. |