v1
latestOpenAPI 3.0.12026-07-24283883639.5 KBSkillPlan
Delete Collaborators from a Skill Plan
This endpoint deletes the specified collaborators from a skill plan. It returns a 204 No Content response. <br><br>Note: This endpoint accepts up to 100 collaborators. <h3>Required Scope</h3>skill_plans:write
delete/api/v2/skill-plans/{id}/relationships/collaborators
Path parameters
idstring required
The ID of the skill plan to update.
Request body
Example request
{
"data": [
{
"type": "collaborators"
}
]
}Response
Success