---
title: "Delete a customer (and all their payment methods)"
method: DELETE
path: "/customers/{customerId}"
tags: ["Customers"]
---

# Delete a customer (and all their payment methods)

`DELETE /customers/{customerId}`

This is used to delete a customer by its unique Id

## Path parameters

- `customerId` string, required

## Response `200`

Customer successfully deleted

- CustomerDeleted
  - `id` string — The Id of the deleted customer

## Other responses

- `404` — The given resource could not be found
- `500` — An unexpected error occurred when executing this request

---

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