---
title: "Remove a customer"
method: DELETE
path: "/customers/{customer_id}"
tags: ["Customers"]
---

# Remove a customer

`DELETE /customers/{customer_id}`

Deletes a customer, returning the customer object.
Revokes all consents for this customer.
This route is available only for web applications.

## Path parameters

- `customer_id` integer, required — the `id` of the customer

## Response `200`

OK

- RemovedCustomerResponse
  - `data` object
    - `deleted` boolean
    - `id` integer

## Other responses

- `400` — We have received some other request format instead of JSON, or the body could not be parsed
- `404` — A customer with such `customer_id` could not be found

---

[API](https://skmtc.net/saltedge/apis/salt-edge-account-information-api.md) · [All operations](https://skmtc.net/saltedge/apis/salt-edge-account-information-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/saltedge/salt-edge-account-information-api/versions/f18f4f36d0b3/schema)
