Skip to main content
DELETE
/
api
/
v2
/
storefront
/
account
/
addresses
/
{id}
Remove an Address
curl --request DELETE \
  --url https://demo.spreecommerce.org/api/v2/storefront/account/addresses/{id} \
  --header 'Authorization: Bearer <token>'
{
  "error": "The resource you were looking for could not be found."
}

Authorizations

Authorization
string
header
required

User token to authorize Cart and Checkout requests.

It is required to associate Cart with the User.

Path Parameters

id
string
required

The ID of the specified address.

Example:

"1"

Response

204 Success No Content Returned - Requested Address has been removed from the User Account