> For the complete documentation index, see [llms.txt](https://docs.didomi.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.didomi.io/data-manager/trackers/delete-tracker.md).

# Delete tracker

{% hint style="success" %}
**Access Type**: Data Manager - Editor
{% endhint %}

In this article, we will cover how to delete a tracker from your organization's data manager.&#x20;

Click **Data Manager** on the left-hand panel and select **Trackers** on the subsequent page.

<figure><img src="https://1825037175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNDxbAdc00ce6bH5u1urh%2Fuploads%2FiNvFrA41QOk4FPKELOzh%2FScreenshot%202026-07-28%20at%207.16.17%E2%80%AFAM.png?alt=media&amp;token=00052cd7-6666-4492-bb22-f499f4f19cc6" alt="" width="563"><figcaption></figcaption></figure>

Use the provided search field to search for the tracker. Navigate to the tracker on the list and click the **Delete** icon inline with the tracker name.

{% hint style="warning" %}
**Note**: Only trackers that your organization has added to the data manager can be deleted.
{% endhint %}

<figure><img src="https://1825037175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNDxbAdc00ce6bH5u1urh%2Fuploads%2FYLVsoBWsI68hDAq8yRCN%2FScreenshot%202026-07-28%20at%207.33.34%E2%80%AFAM.png?alt=media&amp;token=5f5ef2c2-8fd4-4fad-8235-210323fa80a7" alt="" width="563"><figcaption></figcaption></figure>

Confirm the decision to delete the tracker in the subsequent modal and click **Yes, delete**.

<figure><img src="https://1825037175-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FNDxbAdc00ce6bH5u1urh%2Fuploads%2FCRlJ3Pw2Yl71aQQdxHSU%2FScreenshot%202026-07-28%20at%207.59.04%E2%80%AFAM.png?alt=media&amp;token=aac25cd7-5f3d-484c-9185-b3c05d37c791" alt="" width="375"><figcaption></figcaption></figure>

The tracker will be deleted from the data manager.&#x20;

{% hint style="info" %}
The tracker will also be removed from any [tracker policies](/data-manager/tracker-policy.md) to which it previously belonged. If your organization has implemented a tracker policy on a property that included this tracker, you will need to re-download and update the policy on the property. [Click here](/data-manager/tracker-policy/download-tracker-policy.md) for more information.
{% 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.didomi.io/data-manager/trackers/delete-tracker.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.
