---
title: "Delete Customer"
method: DELETE
path: "/v1/customers/{id}"
tags: ["Customers (v1)"]
---

# Delete Customer

`DELETE /v1/customers/{id}`

Delete a customer by ID

## Path parameters

- `id` string, required

## Response `200`

OK

- DeleteCustomerResponseV1
  - `data` DeleteCustomerDataV1
    - `attributes` DeleteCustomerAttributesV1
      - `deleted` boolean
    - `id` string
    - `type` string

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found
- `500` — Internal Server Error

---

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