cURL
curl --request DELETE \ --url https://api.wizcommerce.com/v1/customers/{customer_id}/addresses/{address_id} \ --header 'X-API-Key: <api-key>'
{ "data": "<any>" }
Delete Address
API Key for authentication
customer_id
address_id
No Content
The response is of type object.
object
Was this page helpful?