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

# Delete Resources in a Section of a Skill Plan

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

This endpoint deletes the entire existing collection of resources within the identified section of an existing Skill Plan. On a successful delete, a `204 No Content` response is returned. <br><br><h3>Required Scope</h3>`skill_plans:write`

## Path parameters

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

## Request body

- RelationshipsResourcesBody6
  - `data` Apiv2skillplansidsectionssectionidrelationshipsresourcesData1[]
    - `type` string — The type of resource. For example, articles, videos, books, courses, etc.
    - `id` string — The unique ID of the resource.

## Response `204`

No Content

---

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