Content
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
Changes
No recorded changes to this endpoint across all 1 revision of this API.