DELETE api/bulk/contactaddresses/{addressTypeId}
Delete a collection of ContactAddresses of a given AddressTypeId in bulk and in one transaction.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
addressTypeId |
Specifies what AddressType should be deleted for all the specified records. |
integer |
Required |
Body Parameters
A collection of parent contact CrmNumber values used to delete the ContactAddress associated with the specified value and AddressTypeId.
Collection of integerRequest Formats
application/json, text/json
Sample:
[ 1, 2 ]
Response Information
Resource Description
None.