Skip to main content

Delete a Customer Address

DELETE 

https://useast.api.elasticpath.com/v2/customers/:customerID/addresses/:addressID

Delete a Customer Address

Request

Path Parameters

    customerID stringrequired

    The ID of the customer that contains the address to delete.

    addressID stringrequired

    The ID of the address to delete.

Responses

No Content

Authorization: http

name: BearerTokentype: httpscheme: bearer
curl -L -X DELETE 'https://useast.api.elasticpath.com/v2/customers/:customerID/addresses/:addressID' \
-H 'Authorization: Bearer <TOKEN>'
Request Collapse all
Base URL
https://useast.api.elasticpath.com
Auth
Parameters
— pathrequired
— pathrequired
ResponseClear

Click the Send API Request button above and see the response here!