Remove an Email Address

Service URL: /customers/emailAddresses/{emailAddressId}

Tokens:

emailAddressId – The id of the email address to delete

Remarks:

This service can remove an email address from the customer. The preferred email address cannot be removed.

Example Request:1DELETE http://localhost:8080/WebRestApi/rest/customers/emailAddresses/5

Example Response:

Status: 200 OK
Go to Top