Job Roles

Remove Skill from Job Role

This endpoint removes a skill from a job role. <h3>Required Scope</h3>job_roles:write

delete/api/v2/job-roles/remove-skill

Request body

Example request

{
  "data": {
    "type": "job-role-skill-removal",
    "attributes": {
      "role-id": "RoleID123",
      "skill-id": "Docker"
    }
  }
}

Response

Success

Example response

{
  "data": {
    "type": "job-role-skill-removal",
    "attributes": {
      "role-id": "RoleID123",
      "skill-id": "Docker"
    }
  }
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.