DELETE
/
customers
/
{customer_id}
/
addresses
/
{address_id}
Delete Address
curl --request DELETE \
  --url https://api.wizcommerce.com/v1/customers/{customer_id}/addresses/{address_id} \
  --header 'X-API-Key: <api-key>'
{
  "data": "<any>"
}

Authorizations

X-API-Key
string
header
required

API Key for authentication

Path Parameters

customer_id
string
required

customer_id

address_id
string
required

address_id

Response

204
application/json

No Content

The response is of type object.