---
title: "Delete Customer Data"
method: DELETE
path: "/customer/{id}"
tags: ["Customers"]
---

# Delete Customer Data

`DELETE /customer/{id}`

The request for this endpoint is identical to the
[`DELETE /customer`](https://github.com/stellar/stellar-protocol/blob/master/ecosystem/sep-0012.md#customer-delete)
request defined in SEP-12.

Delete the customer's data or queue the customers data for deletion.

## Path parameters

- `id` string, required

## Response `204`

Success.

## Other responses

- `404` — Customer not found.

---

[API](https://skmtc.dev/stellar/apis/callbacks-server.md) · [All operations](https://skmtc.dev/stellar/apis/callbacks-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/stellar/callbacks-server/revisions/0d52fa0042d8/schema)
