---
title: "delete customer address"
method: DELETE
path: "/api/v{version}/customers/{customerId}/address/{addressId}"
tags: ["customers"]
---

# delete customer address

`DELETE /api/v{version}/customers/{customerId}/address/{addressId}`

delete customer address using customer id and address id. Permissions requises : SupplierAdminRole, SupplierParcelsManagerRole.

## Path parameters

- `version` string, required
- `customerId` string, uuid, required
- `addressId` string, uuid, required

## Headers

- `X-Tenant` string, required

## Response `200`

OK

- DeleteCustomerAddressResponse
  - `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)
