---
title: "Bulk mandate cancellation request for the given account-id."
method: POST
path: "/mandates/bulk-cancel"
tags: ["Direct Debits"]
---

# Bulk mandate cancellation request for the given account-id.

`POST /mandates/bulk-cancel`

## Request body

- DirectdebitBulkCancelMandateRequest — List of the Direct Debit mandates to cancel
  - `accountId` string, required — The unique identifier for the account for which the mandates are to be cancelled.
  - `migrationType` 'SCHEDULE_AUDDIS_MIGRATION' | 'TRANSFER_OF_SUN' | 'OFFBOARDING', required — The type of migration process that is being initiated.
  - `auddisCancellationDate` string, date — The date for the AUDDIS (Automated Direct Debit Instruction Service) cancellation.
  - `mandateIds` string[], required — List of mandate ids to be cancelled.

## Response `200`

OK

- DirectdebitBulkCancelMandateResponse
  - `id` string, required — Unique id for this bulk request.
  - `accountId` string, required — Unique id for account for this bulk request.
  - `status` string, required — Status for this bulk request.
  - `migrationType` 'SCHEDULE_AUDDIS_MIGRATION' | 'TRANSFER_OF_SUN' | 'OFFBOARDING', required — Migration type for this bulk request.
  - `totalMandatesRequested` integer, required — Total mandates requested for this bulk request.
  - `auddisCancellationDate` string, date, required — auddis cancellation date for this bulk request.

## Other responses

- `400` — Validation errors.
- `404` — Not Found

---

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