---
title: "Delete Customer"
method: DELETE
path: "/customers/{customer_id}"
tags: ["customers"]
---

# Delete Customer

`DELETE /customers/{customer_id}`

Delete a customer by ID.

## Path parameters

- `customer_id` string, uuid, required

## Headers

- `X-API-Key` string, nullable

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

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