Remove SCORM Course Collaborating User Groups
Run in Apidog
Remove user groups as collaborators from this SCORM course. 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/scorm-courses//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