Delete Tag - Early Access
Resource
https://api.infobip.com/ccaas/1/tags/{tagName}
Path Params
Use this method to delete the tag.
| Property name | Type | Description |
|---|---|---|
| *tagName | string | Required - Tag name to be deleted |
Request Example
DELETE /ccaas/1/tags/TAG1 HTTP/1.1
Host: api.infobip.com
Authorization: Basic QWxhZGRpbjpvcGVuIHNlc2FtZQ==
Response
{
"statusCode": "SUCCESS",
"message": "Tag deleted successfully."
}
{
"statusCode": "ERROR",
"message": "Invalid tagName 'INVALID_TAG_NAME' given! No such entity exists."
}
Delete tag
Deleting tag will remove the tag from all associated conversations. This operation can’t be reverted.