put https://api.app.lithium.com/bots/v3/tag/remove
Use the Bot v3 API to untag a specific message with an existing Care tag ID.
Details
Use /bots/v3/tag/remove
to remove the tags of a specific message with the existing Care tag IDs.
{
"type":"remove_tag",
"coordinate":<coordinate-object>,
"author":{
"id":"<network-author-id>",
"fullName":"<author-name>"
},
"entityType":"POST",
"tagIds":[
1,
2,
3
]
}
Tag payload fields
Field | Description |
---|---|
type | This field must have the value remove_tag . |
coordinate | A Coordinate object. This object contains details about the bot and the message in context. It is used by Khoros Care. |
author | An Author object represents the message author on the source channel. |
entityType | POST |
tagIds | An integer array of existing Care tag IDs you want to remove. |