---
title: "Remove relay token"
method: POST
path: "/credit/relay/remove"
tags: ["plaid"]
---

# Remove relay token

`POST /credit/relay/remove`

The `/credit/relay/remove` endpoint allows you to invalidate a `relay_token`. The third party holding the token will no longer be able to access or refresh the reports which the `relay_token` gives access to. The original report, associated Items, and other relay tokens that provide access to the same report are not affected and will remain accessible after removing the given `relay_token`.

## Request body

- CreditRelayRemoveRequest — CreditRelayRemoveRequest defines the request schema for `/credit/relay/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.
  - `relay_token` string, required — The `relay_token` you would like to revoke.

## Response `200`

OK

- CreditRelayRemoveResponse — CreditRelayRemoveResponse defines the response schema for `/credit/relay/remove`
  - `removed` boolean, required — `true` if the relay token 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/versions/64c4514ea59b/schema)
