# mutateRemoveTrackingHeaders | @account-kit/infra

> Overview of the mutateRemoveTrackingHeaders function from @account-kit/infra

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

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

```ts
function mutateRemoveTrackingHeaders(x?): void;
```

Defined in: [account-kit/infra/src/alchemyTrackerHeaders.ts:26](https://github.com/alchemyplatform/aa-sdk/blob/main/account-kit/infra/src/alchemyTrackerHeaders.ts#L26)

Remove the tracking headers. This is used in our split transport to ensure that we remove the headers that
are not used by the other systems.

## Parameters

<table>
  <thead>
    <tr>
      <th align="left">Parameter</th>
      <th align="left">Type</th>
      <th align="left">Description</th>
    </tr>
  </thead>

  <tbody>
    <tr>
      <td>
        `x?`
      </td>

      <td>
        `unknown`
      </td>

      <td>
        The headers to remove the tracking headers from
      </td>
    </tr>

  </tbody>
</table>

## Returns

`void`