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