revoke_agent
Revoke a delegated agent's trading permissions by its address. Confirm the action with confirm=true to avoid accidental revoke.
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). |