DELETE api/contacts/{id}/contactcontactnumbers/{contactNumberTypeId}
Delete a ContactNumber with the specified parent Contact record CRMNumber and ContactNumberTypeId values.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
The primary key of the parent Contact record in the Hobsons database. |
integer |
Required |
contactNumberTypeId |
The type of ContactNumber. Please refer to the documentation related to ContactContactNumberDto for valid values. |
integer |
Required |
Body Parameters
None.
Response Information
Resource Description
None.