DELETE api/v3/customers/{customerId}/addressBookEntry/{entryId}
Marks an address book entry for a customer deleted
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
customerId |
The Id of the customer to which the addressbook entry belongs. |
integer |
Required |
entryId |
The Id of the address book entry to delete. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.