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

KeyvaluetypeDescription
eventchannel_user.tag.destroyedstringname of the event
id30837b84-b007-46dd-943a-092513f69cd8stringid of the event
account1Integerid of the account
app1Integerid of the app
createdAt1652968658Integertimestamp of the creation date
deliveryAttempts1IntegerNumber of times we tried to deliver the event
firstDeliveryAttempt1652968658Integertimestamp of the first time we tried to deliver the event
dataTag ObjectTagdata of the object