---
title: "Remove Asset Report Audit Copy"
method: POST
path: "/asset_report/audit_copy/remove"
tags: ["plaid"]
---

# Remove Asset Report Audit Copy

`POST /asset_report/audit_copy/remove`

The `/asset_report/audit_copy/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 Asset Report, the Asset Report itself and other Audit Copies of it are not affected and will remain accessible after removing the given Audit Copy.

## Request body

- AssetReportAuditCopyRemoveRequest — AssetReportAuditCopyRemoveRequest defines the request schema for `/asset_report/audit_copy/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

- AssetReportAuditCopyRemoveResponse — AssetReportAuditCopyRemoveResponse defines the response schema for `/asset_report/audit_copy/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)
