ResourceDeleted

Triggers when the resource was deleted from the team. This can be both real and virtual resources.

{
    event: "ResourceDeleted",
    data: {
        userId: uuid,
        ids: [uuid]
    },
    teamId: uuid
}