v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBContent
Delete Skills from Content
This endpoint deletes the specified skills in content. On a successful delete, it returns a 204 No Content response.<h3>Required Scope</h3>content:write
delete/api/v2/content/{contentId}/relationships/skills
Path parameters
contentIdstring required
The ID of the content to delete skills from.
Request body
Example request
{
"data": [
{
"type": "skills"
}
]
}Response
Success