# Ending or Deleting a Course

In ActiveNow you can end a course early or delete it entirely.

## Finishing a course

{% hint style="info" %}
If any lessons have already taken place in the course — finish it. All participant data will remain intact.
{% endhint %}

To end a course before its planned end date:

* Find the course in the *Calendar* or *Courses* tab and open its details.

![Course list view with a course selected](/files/YHcnE5P9CGfR5L0Aw03S)

* Click the *Actions* button in the top left corner.
* Choose *Finish course*.

![Actions dropdown open showing the Finish course option](/files/VImSLKWxhw7wuOCE4vBc)

* Enter the date on which you want to finish the course. Save the change by clicking *Next* → *Confirm*.
  * Do not select a date earlier than today — doing so will cause data loss that cannot be recovered.

![Dialog showing the course end date selection](/files/fCmNP9SFwsfHCsd54Gqw)

After completing these steps, the course will be moved to the *Courses* → *Finished* tab.

![Courses tab showing the Finished section with the course listed](/files/fIqoLfeiyAMaVD0yUg3C)

## Deleting a course

{% hint style="info" %}
If you added a test course or created one by mistake — you can delete it entirely.
{% endhint %}

{% hint style="warning" %}
**Consequences of deleting a course!**

* Deleting a course permanently removes all data stored on participants' profiles that originated from it — including billing history, attendance, and make-up impulses.
* Do not delete a course if any lessons have already taken place or if any charges have been applied to participant accounts. Use *Finish course* instead — the course will be moved to the finished section and all data will remain intact.
  {% endhint %}

If you're sure the course should be deleted, here's how:

* Find the course and open *Course details*.

![Course list with a course selected to be deleted](/files/hsZc8dv94vbGBLhq0RFY)

* Click the *Actions* button in the top left corner.

![Course details view with the Actions button highlighted](/files/V6FuoyR60KWsH2H7Bglp)

* Click *Delete course* and confirm the action.

![Confirmation dialog for deleting a course](/files/v2GBgnAjuq8k71dpYSsG)

If the course is still ongoing, you need to finish it first before deleting it.

If you have any doubts, feel free to contact us!


---

# 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://help.activenow.io/en/calendar-management/ending-or-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.
