---
title: "Revoke a consent"
method: POST
path: "/connectivity/v2/consents/{consentId}:revoke"
tags: ["Connectivity v2.Consent", "BETA"]
---

# Revoke a consent

`POST /connectivity/v2/consents/{consentId}:revoke`

## Path parameters

- `consentId` string, required

## Headers

- `Idempotency-Key` string, required

## Response `202`

Revocation successfully started.

- RevokeConsentResponse
  - `authorization` Connectivity20v2Authorization — unresolved $ref
  - `consent` Connectivity20v2Consent — unresolved $ref

## Other responses

- `400` — Invalid input.
- `401` — Unauthorized request.
- `403` — Permission denied.
- `404` — Consent not found.
- `409` — Request retried while the original request is still being processed.
- `422` — Attempt to reuse an idempotency key with a different request payload.
- `500` — Internal server error.

---

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