---
title: "Delete an address"
method: DELETE
path: "/v2/addresses/{address_id}"
tags: ["Address Book"]
---

# Delete an address

`DELETE /v2/addresses/{address_id}`

Removes an existing address from your address book using an object ID

## Path parameters

- `address_id` string, required

## Response `204`

Successful Response

## Other responses

- `409` — Conflict
- `5XX` — Server Error

---

[API](https://skmtc.net/goshippo/apis/shippo-address-api.md) · [All operations](https://skmtc.net/goshippo/apis/shippo-address-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/goshippo/shippo-address-api/revisions/26fcc6af452a/schema)
