Account / Address
Remove an Address
This endpoint removes the specified address for the current user. It uses a soft delete to retain address information for pre-existing orders.
DELETE
/
api
/
v2
/
storefront
/
account
/
addresses
/
{id}
Authorizations
Authorization
string
headerrequiredUser token to authorize Cart and Checkout requests.
It is required to associate Cart with the User.
Path Parameters
id
string
requiredThe ID of the specified address
.
Was this page helpful?