---
title: "Delete Resources in a Bundle"
method: DELETE
path: "/api/v2/bundles/{id}/relationships/resources"
tags: ["Bundle"]
---

# Delete Resources in a Bundle

`DELETE /api/v2/bundles/{id}/relationships/resources`

This endpoint deletes the specified resources in a role of an existing bundle. On a successful delete it returns a `204 No Content` response. <h3>Required Scope</h3>`bundles:write`

## Path parameters

- `id` string, required

## Request body

- RelationshipsResourcesBody1
  - `data` Apiv2bundlesbundleIdrelationshipsresourcesData[]
    - `type` string — Type of object that will be added as a relationship. Can be `pathways`, `groups`, `content/videos`, `content/articles`, `content/books`, `content/courses`, `content/assessments`.
    - `id` string, required — The ID of the resource that will be added to the bundle.

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