DELETE api/contacts/{id}/contactaddresses/{addressTypeId}

Delete a ContactAddress with the specified parent Contact id (CrmNumber) and AddressTypeId values.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
id

The primary key of the parent Contact record in the Hobsons database.

integer

Required

addressTypeId

The primary key of the AddressType record related to the ContactAddress.

integer

Required

Body Parameters

None.

Response Information

Resource Description

None.