---
title: "Remove an Audit Copy token"
method: POST
path: "/credit/audit_copy_token/remove"
tags: ["plaid"]
---

# Remove an Audit Copy token

`POST /credit/audit_copy_token/remove`

The `/credit/audit_copy_token/remove` endpoint allows you to remove an Audit Copy. Removing an Audit Copy invalidates the `audit_copy_token` associated with it, meaning both you and any third parties holding the token will no longer be able to use it to access Report data. Items associated with the Report data and other Audit Copies of it are not affected and will remain accessible after removing the given Audit Copy.

## Request body

- CreditAuditCopyTokenRemoveRequest — CreditAuditCopyTokenRemoveRequest defines the request schema for `/credit/audit_copy_token/remove`
  - `client_id` string — Your Plaid API `client_id`. The `client_id` is required and may be provided either in the `PLAID-CLIENT-ID` header or as part of a request body.
  - `secret` string — Your Plaid API `secret`. The `secret` is required and may be provided either in the `PLAID-SECRET` header or as part of a request body.
  - `audit_copy_token` string, required — The `audit_copy_token` granting access to the Audit Copy you would like to revoke.

## Response `200`

OK

- CreditAuditCopyTokenRemoveResponse — CreditAuditCopyTokenRemoveResponse defines the response schema for `/credit/audit_copy_token/remove`
  - `removed` boolean, required — `true` if the Audit Copy was successfully removed.
  - `request_id` string, required — A unique identifier for the request, which can be used for troubleshooting. This identifier, like all Plaid identifiers, is case sensitive.

## Other responses

- `default` — Error response

---

[API](https://skmtc.net/plaid/apis/the-plaid-api.md) · [All operations](https://skmtc.net/plaid/apis/the-plaid-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plaid/the-plaid-api/revisions/e536704a333f/schema)
