---
title: "Delete a Specific Course"
method: DELETE
path: "/api/v2/content/courses/{id}"
tags: ["Content - Courses"]
---

# Delete a Specific Course

`DELETE /api/v2/content/courses/{id}`

This endpoint marks a course as obsolete from the Degreed catalog. On a successful delete, it returns a `204 No Content` response. <br><br>For Global Admin Tool Organizations, if the content belongs to a Tenant Organization, then the `X-Degreed-Organization-Code` header must be provided. <h3>Required Scope</h3>`content:write`

## Path parameters

- `id` string, required

## Headers

- `X-Degreed-Organization-Code` string

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