delete_api_key
Revoke an HMAC API key by its key id. Requires confirmation to prevent accidental deletion.
Instructions
Delete (revoke) an HMAC API key by its key id. Destructive: any caller using that key stops working. You must pass confirm: true. Authenticates with a session token from login — set NEXUS_EXCHANGE_SESSION_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| key_id | Yes | API key id to delete, e.g. "nx_a1b2c3d4e5f67890". | |
| confirm | No | Must be true to actually delete (guards against typos). |