---
title: "Delete Course Offering"
method: DELETE
path: "/v1/installs/{installSid}/courseOfferings/{offeringSid}"
tags: ["Course Offering"]
---

# Delete Course Offering

`DELETE /v1/installs/{installSid}/courseOfferings/{offeringSid}`

Permanently deletes the specified course offering.<br/><br/>Courses currently assigned to this offering may need to be reassigned.

## Path parameters

- `installSid` string, required — Unique SID of the application install. Pattern: `AI` + 32 hex chars.
- `offeringSid` string, required — Unique SID of the course offering to delete. Pattern: `CO` + 32 hex chars.

## Response `default`

Successful

- string

---

[API](https://skmtc.net/smarterproctoring/apis/smarterproctoring-api-2.md) · [All operations](https://skmtc.net/smarterproctoring/apis/smarterproctoring-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smarterproctoring/smarterproctoring-api-2/versions/561e0d9fd244/schema)
