# UndelegateAccountParams

> Overview of UndelegateAccountParams

> For the complete documentation index, see [llms.txt](/docs/llms.txt).

{/* This file is auto-generated by TypeDoc. Do not edit manually. */}

```ts
type UndelegateAccountParams = Prettify<{
  account?: AccountParam;
  capabilities?: {
    paymaster?: {
      policyId: string;
    };
  };
  chain?: Pick<Chain, "id">;
}>;
```

Defined in: [packages/wallet-apis/src/actions/undelegateAccount.ts:7](https://github.com/alchemyplatform/aa-sdk/blob/v5.x.x/packages/wallet-apis/src/actions/undelegateAccount.ts#L7)