POST api/data/removemessagetag?id={id}&tag={tag}
Removes tag from message having RefId property equal to parameter id.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
id |
RefId property of message whose tag to be removed. |
globally unique identifier |
Required |
tag |
Value of tag to be removed. |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
If tag is not previously removed, returns its date and time in UTC.
dateResponse Formats
application/json, text/json
Sample:
"2024-11-21T11:18:28.6775181+01:00"