# Deleting a course

{% hint style="danger" %}
**Warning: Deleting a course in Content Controller is permanent.**&#x20;

Not only does deleting a course remove it from Content Controlle&#x72;**,** but it also deletes all of the data/reports associated with that course.&#x20;
{% endhint %}

![](/files/-M0xezyoYIeO7vFwVfro)

### **How to delete a course**

If you really, really need to delete a course, here’s how:

1. **You must first deactivate the course.** \
   Open the course’s Details panel and click Deactivate in the top right.
2. **Change the view in Courses from Active to Inactive using the drop-down on the right side of your screen.**
3. **Find the course you’d like to delete in the list of Inactive courses and click on it to open up the Course Details panel.**
4. **At the bottom of Course Details is a red DELETE COURSE button.** \
   Once you click it, you’ll be presented with one more dialog to confirm that you’d like to delete this course.
5. Click **Delete** to remove your course—as well as all included data generated from that course—from Content Controller.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://guide.contentcontroller.com/content-1/deleting-a-course.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
