Remove a Contact Note
This web service allows you to remove contact notes using a contact note Id.
Query String Parameters
Name | Type | Description | Required |
---|---|---|---|
Action | String | ContactNoteDelete | Required |
ContactNoteId | Int | The unique identifier of the contact note which can be retrieved using Contact Notes. | Required |
Response Codes
Example
- Request
- Response
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=ContactNoteDelete&ContactNoteId=2709160
Response Data
{ "Code": 0 }