Remove Tag History
Deletes a specific tag history entry from various entities, such as jobs, contact notes, contact users, or sales opportunities.
Query String Parameters
Name | Type | Description | Required |
---|
Action | String | TagHistoryDelete | Required |
TagHistoryId | String | The ID of the specific tag history entry to delete. The ID can be retrieved using Tag History. | Required |
Response Codes
Code | Message | Information |
---|
0 | Response Data | See 'Response' example tab |
2 | Missing parameter or invalid format - taghistoryId | Integer value is invalid or was not specified (when required) |
2 | Tag history: {tagHistId} does not exist in JobWatch | The parameter value {tagHistId} is included in the error message for reference. |
Example
Request URL
https://webservice.bigchange.com/v01/services.ashx?action=taghistorydelete
Response Data
{
"Code": 0,
"Result": "Tag history deleted - 62261511"
}