Remove Quiz Collaborating User Groups
Remove user groups as collaborators from this quiz. The request body should contain an array of UserGroup resource identifier objects to remove.
Request
Body Params application/vnd.api+json
{
"data": [
{
"id": "FID001",
"type": "UserGroup"
}
]
}
Request Code Samples
curl --location --request DELETE 'https://api.synap.ac/v3/quizzes//relationships/collaborating-user-groups' \
--header 'Content-Type: application/vnd.api+json' \
--data-raw '{
"data": [
{
"id": "FID001",
"type": "UserGroup"
}
]
}'
Responses
This response does not have a body.
Modified at 2026-03-10 08:19:31