Remove Tag from Conversation
Resource
https://api.infobip.com/ccaas/1/conversations/{conversationId}/tags/{tagName}
Path Params
Use this method to remove the tag from the conversation.
This operation doesn't delete tag nor conversation.
| Property name | Type | Description |
|---|---|---|
| *conversationId | string | Required - conversation id to remove the tag from |
| *tagName | string | Required - tag name to remove from conversation |
Request Example
DELETE /ccaas/1/conversations/CCAFAE1506956DAE0C26928065CF59AB/tags/TAG1
HTTP/1.1
Host: api.infobip.com
Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
Response
{
"statusCode": "SUCCESS",
"message": "Tag removed successfully."
}
{
"statusCode": "ERROR",
"message": "Invalid tagName 'INVALID_TAG_NAME' given! No such entity exists."
}
Remove tag from conversation
This operation does not delete conversation nor tag. Only the link will be removed.