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

# Delete a Section in a Skill Plan

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

This endpoint deletes the specified section and any nested resources in an existing skill plan. On a successful deletion, it returns a `204 No Content` response. <br><br><h3>Required Scope</h3>`skill_plans:write`

## Path parameters

- `id` string, required
- `section-id` string, required

## Response `204`

No Content

---

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