Untag message by Care tag ID

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

FieldDescription
typeThis field must have the value remove_tag.
coordinateA Coordinate object. This object contains details about the bot and the message in context. It is used by Khoros Care.
authorAn Author object represents the message author on the source channel.
entityTypePOST
tagIdsAn integer array of existing Care tag IDs you want to remove.
Language