---
title: "Delete a Specific Skill Plan"
method: DELETE
path: "/api/v2/skill-plans/{id}"
tags: ["SkillPlan"]
---

# Delete a Specific Skill Plan

`DELETE /api/v2/skill-plans/{id}`

This endpoint removes a skill plan from the organization. On a successful delete, it returns a `204 No Content` response. <h3>Required Scope</h3>`skill_plans:write`

## Path parameters

- `id` string, required

## Response `204`

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/versions/4a22b709515c/schema)
