Authorization: ********************
{
"assignments": [
{
"label_id": "string",
"type": "ENTITY_TYPE_INVALID",
"entity_id": "string",
"label": {
"name": "string",
"description": "string",
"color": "string",
"label_id": "string",
"deleted": true
}
}
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/labels/unassign' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"assignments": [
{
"label_id": "string",
"type": "ENTITY_TYPE_INVALID",
"entity_id": "string",
"label": {
"name": "string",
"description": "string",
"color": "string",
"label_id": "string",
"deleted": true
}
}
]
}'
{}