delete https://api.betatest.degreed.com/api/v2/content//relationships/skills
Body Parameters
- id
Required. String containing the name of the skill. The name is also the unique identifier.- type
Type of object that will be removed as a relationship. Can only beskills
.Refer to the example request below.
curl https://api.degreed.com/api/v2/content/<contentId>/relationships/skills
-H "Content-Type: application/json"
-H "Authorization: Bearer <access_token>"
-X DELETE
-d '{ \
"data": [ \
{ \
"id": "64rrL" \
"type": "skills" \
},
] \
}'