v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
SkillPlan

Delete Followers from a Skill Plan

This endpoint deletes the specified followers from a skill plan. It returns a 204 No Content response. <br><br>Note: This endpoint accepts up to 100 followers. <h3>Required Scope</h3>skill_plans:write

delete/api/v2/skill-plans/{id}/relationships/followers

Path parameters

idstring required

The ID of the skill plan to update.

Request body

Example request

{
  "data": [
    {
      "type": "followers"
    }
  ]
}

Response

Success