---
title: "Execute Batch Revocation"
method: POST
path: "/v2/financial-services/revoke/batch"
tags: ["Financial Services"]
---

# Execute Batch Revocation

`POST /v2/financial-services/revoke/batch`

(Requires Revocation JWT)
Executes a batch data deletion and revokes consent for specific entries.

## Request body

- ServicesRouterV2FinancialServicesBatchRevocationRequest
  - `consent_ids` integer[], required

## Response `200`

Successful Response

- ServicesRouterV2FinancialServicesBatchRevocationResponse
  - `message` string, required
  - `revoked_count` integer, required
  - `revoked_ids` integer[], required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide.md) · [All operations](https://skmtc.dev/deepvue/apis/deepvue-tech-developers-guide/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/deepvue/deepvue-tech-developers-guide/revisions/c1b0558e7d77/schema)
