---
title: "Delete an address"
method: DELETE
path: "/customers/{customer_id}/addresses/{address_id}"
tags: ["Customer Addresses"]
---

# Delete an address

`DELETE /customers/{customer_id}/addresses/{address_id}`

Deletes an address for the specified customer.

🔒 Requires: `customers:write` scope

## Path parameters

- `customer_id` string, uuid, required
- `address_id` integer, required

## Response `204`

Address deleted successfully

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - insufficient permissions or address is read-only
- `404` — Customer or address not found

---

[API](https://skmtc.net/lightspeedhq/apis/api-2026-07.md) · [All operations](https://skmtc.net/lightspeedhq/apis/api-2026-07/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightspeedhq/api-2026-07/revisions/72d4ceb46dbb/schema)
