> For the complete documentation index, see [llms.txt](https://docs.abtasty.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.abtasty.com/learnings/delete-a-learning.md).

# Delete a Learning

This feature is in the early adoption phase. To benefit from it, please get in touch with your CSM.

If the [editing your Learning](/learnings/manage-your-learnings.md#edit-your-learning) isn't enough to match you need, you can delete it.&#x20;

{% stepper %}
{% step %}
Open the campaign Learning:&#x20;

{% tabs %}
{% tab title="From campaign report" %}

1. In the [Campaigns Dashboard](/web-experimentation-and-personalization/campaign-creation-and-dashboard/campaigns-dashboard.md), select the **Campaign Report** button for the campaign learning you wish to manage.
2. At the bottom left of the page, click on the **See Learning** button (graduation hat and book icon).
   {% endtab %}

{% tab title="From Learnings Library" %}

1. Access the Library
2. Select to expand the relevant category group.&#x20;
3. Hover the campaign title.

   The option **See more** appears.
4. Click on **See more**

   A right panel opens with campaign's Learning inforamtion.
   {% endtab %}
   {% endtabs %}
   {% endstep %}

{% step %}
Click on **Delete**.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
This action is irreversible, but you can [create a new Learning](/learnings/collect-learnings-from-your-experiments.md#creating-a-learning-from-a-past-experiment) from the same campaign if needed later on.&#x20;
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.abtasty.com/learnings/delete-a-learning.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
