---
title: "Delete Address"
method: DELETE
path: "/v4/addresses/{addressId}"
tags: ["Address Book"]
---

# Delete Address

`DELETE /v4/addresses/{addressId}`

Delete an address from the Address Book that is obsolete or no longer required in your shipment requests.

## Path parameters

- `addressId` string, required

## Response `200`

The address book has been successfully deleted.

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — The address book does not exist.
- `500` — Internal Server Error

---

[API](https://skmtc.dev/proshipping/apis/pro-shipping-core-api.md) · [All operations](https://skmtc.dev/proshipping/apis/pro-shipping-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/proshipping/pro-shipping-core-api/revisions/ae5fc5e90109/schema)
