Channel User Tag Destroyed
When a tag gets removed from a channel user you will receive a channel_user.tag.destroyed event.
Request example
js{
    "event": "channel_user.tag.destroyed",
    "id": "bb4657cc-2f9f-4056-9c63-8903da13d18b",
    "account": 1,
    "app": 1,
    "createdAt": 1652974470,
    "deliveryAttempts": 1,
    "firstDeliveryAttempt": 1652974470,
    "data": {
        "id": 1,
        "tagName": "cool",
        "tagColor": "#F87171",
        "tagDescription": "",
        "createdBy": 1,
        "createdAt": "2022-05-19T15:32:39.547Z",
        "updatedAt": "2022-05-19T15:32:39.547Z",
        "userId": 1
    }
}
Request data breakdown
| Key | value | type | Description | 
|---|---|---|---|
| event | channel_user.tag.destroyed | string | name of the event | 
| id | 30837b84-b007-46dd-943a-092513f69cd8 | string | id of the event | 
| account | 1 | Integer | id of the account | 
| app | 1 | Integer | id of the app | 
| createdAt | 1652968658 | Integer | timestamp of the creation date | 
| deliveryAttempts | 1 | Integer | Number of times we tried to deliver the event | 
| firstDeliveryAttempt | 1652968658 | Integer | timestamp of the first time we tried to deliver the event | 
| data | Tag Object | Tag | data of the object |