Skip to main content
await client.removeDelegate();
This follows the same connected-client rules as setDelegate().

Response schema

interface Response {
  txHash: `0x${string}`;
  smartAccountAddress?: `0x${string}`;
}