---
title: "Revoke FDX consent grant"
method: PUT
path: "/fdx/consents/{consentId}/revocation"
tags: ["plaid"]
---

# Revoke FDX consent grant

`PUT /fdx/consents/{consentId}/revocation`

Revokes a consent grant, ending the data recipient's ongoing access to the customer's data.

## Path parameters

- `consentId` string, required

## Request body

- FDXConsentRevocation — Request body for PUT /fdx/consents/{consentId}/revocation.
  - `initiator` 'DATA_ACCESS_PLATFORM' | 'DATA_PROVIDER' | 'DATA_RECIPIENT' | 'INDIVIDUAL' | 'MERCHANT' | 'VENDOR', required — Identifies the type of a party
  - `reason` 'BUSINESS_RULE' | 'SECURITY_EVENT' | 'USER_ACTION' | 'OTHER', required — Reason for lifecycle event status change
  - `otherReason` string — Additional information or description of an `OTHER` reason
  - `updatedTime` string, date-time — When the revocation was effected on the initiator's side

## Response `204`

No Content

## Other responses

- `default` — Error response

## Changes

- **2026-08-17** `e536704a333f` — 1 breaking, 8 warning, 38 info
  - removed the required property `display_message` from the response with the `default` status
  - removed the optional property `causes` from the response with the `default` status
  - removed the optional property `documentation_url` from the response with the `default` status
  - removed the optional property `error_code_reason` from the response with the `default` status
  - …43 more
- **2026-07-22** `a1bbca018160` — 13 warning
  - added the new `ASSETS_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `CRA_MONITORING_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `CREDIT_PROFILE_REPORT_ERROR` enum value to the `error_type` response property for the response status `default`
  - added the new `ENCOMPASS_ERROR` enum value to the `error_type` response property for the response status `default`
  - …9 more
- **2026-06-25** `80d23bfdc2e5` — 1 info
  - endpoint added
- **2024-02-21** `5de70cc1e6ca` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/plaid/apis/the-plaid-api/changes/fdx/consents/:consentId/revocation/put.md)

---

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