Authorization: Bearer ********************
{
"script_sid": 0,
"hunt_group_sids": [
0
]
}
curl --location --request POST 'https://api.cbf.tcn.com/api/v1alpha1/org/huntgroup/unassignscriptfromhuntgroups' \
--header 'Content-Type: application/json' \
--data-raw '{
"script_sid": 0,
"hunt_group_sids": [
0
]
}'
{}