---
title: "Remove Skill from Job Role"
method: DELETE
path: "/api/v2/job-roles/remove-skill"
tags: ["Job Roles"]
---

# Remove Skill from Job Role

`DELETE /api/v2/job-roles/remove-skill`

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

## Request body

- JobrolesRemoveskillBody
  - `data` Apiv2jobrolesremoveskillData
    - `type` string — The resource type identifier.
    - `attributes` Apiv2jobrolesremoveskillDataAttributes
      - `role-id` string, required — The ID of the job role.
      - `skill-id` string, required — The name of the skill.

## Response `200`

Success

- InlineResponse20028
  - `data` InlineResponse20028Data
    - `type` string — The resource type identifier.
    - `attributes` InlineResponse20028DataAttributes
      - `role-id` string — The ID of the job role.
      - `skill-id` string — The name of the skill.

---

[API](https://skmtc.net/degreed/apis/degreed-api-web.md) · [All operations](https://skmtc.net/degreed/apis/degreed-api-web/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/degreed/degreed-api-web/revisions/4a22b709515c/schema)
