> ## Documentation Index
> Fetch the complete documentation index at: https://docs.polygon.technology/llms.txt
> Use this file to discover all available pages before exploring further.

# withdrawExitMany

> The withdrawExitMany method can be used to exit the withdraw process by using the txHash from withdrawStartMany method.

The `withdrawExitMany` method can be used to exit the withdraw process by using the txHash from `withdrawStartMany` method.

```js theme={null}

const erc1155RootToken = posClient.erc1155(<root token address>, true);

const result = await erc1155RootToken.withdrawExitMany(<burn tx hash>);

const txHash = await result.getTransactionHash();

const txReceipt = await result.getReceipt();

```
