Triggers when team resource was deleted from the project. This can be both real and virtual resources.
{
event: 'ResourceFromProjectsUnassigned',
data: {
userId: uuid,
resourcesFromProjects: [ {
projectId: int,
resourceId: int
} ]
},
teamId: uuid
}