{
"data": [
{
"id": "FID001",
"type": "UserGroup"
}
]
}curl --location --request DELETE 'https://api.synap.ac/v3/surveys//relationships/collaborating-user-groups' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": [
{
"id": "FID001",
"type": "UserGroup"
}
]
}'