---
title: "Delete a shoppers address"
method: DELETE
path: "/v1/shoppers/me/addresses/{addressId}"
tags: ["Addresses"]
---

# Delete a shoppers address

`DELETE /v1/shoppers/me/addresses/{addressId}`

To delete the shopper's address, specify the of the address ID in the {id} URI path parameter.
No warning message appears if you delete the last address linked to the shopper.

## Path parameters

- `addressId` string, required

## Query parameters

- `token` string

## Response `204`

No Content

## Other responses

- `401` — * Invalid Token

---

[API](https://skmtc.net/digitalriver/apis/commerce-api-suite-shopper-apis.md) · [All operations](https://skmtc.net/digitalriver/apis/commerce-api-suite-shopper-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/digitalriver/commerce-api-suite-shopper-apis/revisions/4b69392f93b9/schema)
