---
title: "Delete Course"
method: DELETE
path: "/curricular-skills/courses/{id}"
tags: ["Courses By ID"]
---

# Delete Course

`DELETE /curricular-skills/courses/{id}`

The DELETE method allows you to permanently delete the Course that matches the `id` path parameter provided in the request.

## Response `204`

OK

## Other responses

- `400` — bad request
- `403` — You don't have access to traveltime data.
- `404` — requested resource not found

---

[API](https://skmtc.net/lightcast/apis/alumni-pathways-2-0.md) · [All operations](https://skmtc.net/lightcast/apis/alumni-pathways-2-0/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lightcast/alumni-pathways-2-0/revisions/fc66b9877391/schema)
