Skip to main content
DELETE
/
v3
/
stores
/
{store_id}
/
customers
/
me
/
addresses
/
{address_id}
Delete an authenticated customer address
curl --request DELETE \
  --url https://api.scalev.com/v3/stores/{store_id}/customers/me/addresses/{address_id} \
  --header 'Authorization: Bearer <token>'
{
  "error": {},
  "error_code": "<string>",
  "message": "<string>",
  "errors": {}
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

store_id
string
required

Store unique_id.

address_id
string
required

Response

Success with no response body