---
title: "Cancel a direct debit mandate"
method: PUT
path: "/customers/directdebitmandates/{id}:cancel"
tags: ["Direct debit mandates"]
---

# Cancel a direct debit mandate

`PUT /customers/directdebitmandates/{id}:cancel`

## Path parameters

- `id` string, required

## Request body

- CancelDirectDebitMandateRequest
  - `reason` string — The reason for cancelling a direct debit mandate

## Response `200`

The direct debit mandate was cancelled.

## Other responses

- `400` — The direct debit mandate can not be cancelled
- `404` — The direct debit mandate doesn't exist

---

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