---
title: "Delete a specific customer address"
method: DELETE
path: "/api/customers/{customerId}/addresses/{customerAddressId}"
tags: ["Customer Address"]
---

# Delete a specific customer address

`DELETE /api/customers/{customerId}/addresses/{customerAddressId}`

## Path parameters

- `customerId` string, required
- `customerAddressId` string, required

## Response `200`

Success

## Other responses

- `204` — Customer address did not exist
- `404` — The customer did not exist

---

[API](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi.md) · [All operations](https://skmtc.net/fulcrumpro/apis/fulcrum-publicapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fulcrumpro/fulcrum-publicapi/versions/1b5649cff14a/schema)
