---
title: "Delete (unpublish) a published course"
method: DELETE
path: "/v2/published-courses/{id}"
tags: ["Published Courses"]
---

# Delete (unpublish) a published course

`DELETE /v2/published-courses/{id}`

Delete a published course — a soft unpublish, matching v1 DELETE behaviour.

**Required OAuth scope:** `published-courses:write`

## Path parameters

- `id` string, required

## Response `204`

No Content

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/skilljar/apis/skilljar-api-v2.md) · [All operations](https://skmtc.net/skilljar/apis/skilljar-api-v2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/skilljar/skilljar-api-v2/revisions/f8025de20169/schema)
