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

# Revoke FDX Consent Grant

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

Appends a REVOKED status record to the named consent grant

## 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

---

[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/64c4514ea59b/schema)
