v1

latestOpenAPI 3.0.12026-07-24283883639.5 KB
Organization Skills

Delete Skill Review Groups for a Specific Skill

This endpoint deletes the list of Skill Review groups for the specified skill. <h3>Required Scope</h3>skill:write

delete/api/v2/organization-skills/{id}/relationships/skill-review-groups

Path parameters

idstring required

The ID of the skill to retrieve.

Request body

Example request

{
  "data": [
    {
      "type": "skill-review-groups"
    }
  ]
}

Response

Success