revoke_agent
Stop a delegated agent from trading on your wallet by revoking its key address. Explicit confirmation prevents accidental revocations.
Instructions
Revoke a previously registered delegated agent key by its address. Destructive: the agent can no longer trade on the wallet's behalf. To avoid an accidental revoke you must pass confirm: true. Requires API credentials.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Agent address to revoke (0x-prefixed). | |
| confirm | No | Must be true to actually revoke (guards against typos). |