Authorization: Bearer ********************curl --location --request PUT 'https://mma.tvunetworks.com/api/objectd/v1/attr' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"actions": [
{
"objectId": "1",
"attrName": "feature.takelive.groups",
"operator": "remove_all"
}
]
}'{
"errorCode": "0x0",
"errorInfo": "Succ"
}