---
title: "Delete an existing address"
method: DELETE
path: "/account/addresses/{id}"
tags: ["Account"]
---

# Delete an existing address

`DELETE /account/addresses/{id}`

Delete an existing address. Deleting an address does not invalidate or remove the address from transactions or shipments that are associated with it.

## Path parameters

- `id` string, required

## Headers

- `X-Publishable-Key` string, required
- `X-Merchant-Client-Id` string

## Response `200`

The address was successfully deleted

## Other responses

- `4XX` — An error has occurred, and further details are contained in the response
- `default` — An error has occurred, and no further details are provided (e.g. 5xx errors)

---

[API](https://skmtc.dev/bolt/apis/bolt-api-reference-2.md) · [All operations](https://skmtc.dev/bolt/apis/bolt-api-reference-2/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/bolt/bolt-api-reference-2/revisions/18e78f3cf6f3/schema)
