---
title: "Delete Skills from Content"
method: DELETE
path: "/api/v2/content/{contentId}/relationships/skills"
tags: ["Content"]
---

# Delete Skills from Content

`DELETE /api/v2/content/{contentId}/relationships/skills`

This endpoint deletes the specified skills in content. On a successful delete, it returns a `204 No Content` response.<h3>Required Scope</h3>`content:write`

## Path parameters

- `contentId` string, required

## Request body

- RelationshipsSkillsBody
  - `data` RelationshipsSkillsBodyData[]
    - `id` string, required — String containing the name of the skill. The skill name is the unique identifier.
    - `type` string, required — Type of object that will be added as a relationship. Can only be `skills`.
    - `skill-proficiency` string — The proficiency level of this skill.

## Response `201`

Success

---

[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)
