DELETE api/v3/customers/{customerId}/addressBookEntry/{entryId}

Marks an address book entry for a customer deleted

Request Information

URI Parameters

NameDescriptionTypeAdditional 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

IHttpActionResult

None.

Response Formats

application/json, text/json

Sample:

Sample not available.