---
title: "🔒 Delete customer V3"
method: DELETE
path: "/api/v3/customers/{id}"
tags: ["Customer"]
---

# 🔒 Delete customer V3

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

This endpoint is currently in Beta and available for testing. It may contain bugs, and breaking changes can occur at any time without prior notice. We do not recommend using Beta endpoints in production environments. Should you choose to use it in production, you assume full responsibility for any resulting issues.

This endpoint requires the following scopes: `customer:delete`.

Delete a customer. This performs a soft delete on the customer and all associated delivery addresses and contact persons.

## Path parameters

- `id` string, required

## Response `204`

Resource successfully deleted

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found
- `409` — Problem occurred
- `429` — Too Many Requests

---

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