delete https://api.betatest.degreed.com/api/v2/groups//relationships/organizations
Body Parameters
- id
Required. Organization code of the organization that will be deleted from the group.- type
Type of object that will be removed as a relationship. Can only beorganizations
.Refer to the example request below.
https://api.betatest.degreed.com/api/v2/groups/<groupId>/relationships/organizations
-H "Content-Type: application/json"
-H "Authorization: Bearer <access_token>"
-X DELETE
-d '{ \
"data": [ \
{ \
"id": "MyFirstOrganization" \
"type": "organizations" \
}, \
{ \
"id": "MyThirdOrganization" \
"type": "organizations" \
} \
] \
}'