---
title: "Deletes customer by id"
method: DELETE
path: "/api/v{version}/customers/{id}"
tags: ["customers"]
---

# Deletes customer by id

`DELETE /api/v{version}/customers/{id}`

Delete a customer by Id with related address. Permissions requises : SupplierAdminRole, SupplierParcelsManagerRole.

## Path parameters

- `version` string, required
- `id` string, uuid, required

## Headers

- `X-Tenant` string, required

## Response `204`

No Content

- DeleteCustomerResponse
  - `id` string, uuid

---

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