---
title: "Deletes the customer"
method: DELETE
path: "/api/v1/customers/{id}"
tags: ["customer"]
---

# Deletes the customer

`DELETE /api/v1/customers/{id}`

Deletes the customer identifiable by given ID

## Path parameters

- `id` string, required

## Response `202`

Request accepted, returns this status even if user does not exist

---

[API](https://skmtc.net/packtpublishing/apis/sample-ecommerce-app.md) · [All operations](https://skmtc.net/packtpublishing/apis/sample-ecommerce-app/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/packtpublishing/sample-ecommerce-app/versions/51a26ae44206/schema)
