Remove a Customer Address

Service URL: DELETE /customers/addresses/{addressId}

Tokens:

addressId – The id of the address to delete

Remarks:

This service is used to remove an existing address associated with the customer. The ‘default’ address cannot be removed.

Example Request:

1DELETE: http://localhost:8080/WebRestApi/rest/customers/addresses/3

Example Response:

1Status: 200 OK
Go to Top