delete https://api.betatest.degreed.com/api/v2/groups//relationships/
Body Parameters
- id
Required. ID of the user that will be removed from the group.- type
Type of object that will be removed as a relationship. Can only beusers
.Refer to the example request below.
https://api.betatest.degreed.com/api/v2/groups/<groupId>/relationships/<roleId>
-H "Content-Type: application/json"
-H "Authorization: Bearer <access_token>"
-X DELETE
-d '{ \
"data": [ \
{ \
"id": "64rrL" \
"type": "users" \
}, \
{ \
"id": "8oWW3" \
"type": "users" \
} \
] \
}'