# View deleted items using query string

{% hint style="danger" %} <mark style="color:red;">**You must be an administrator of the Registry to be able to perform these actions.**</mark>
{% endhint %}

The Administrators and the Superusers of the Aristotle Metadata Registry have access to delete the items. Once the item is deleted, the users cannot find the item using the search bar.&#x20;

* For example, the item 'Business: Age, Years Number' has id='59'.

<figure><img src="/files/UnnLTXmv8tIfqKI6YB9i" alt=""><figcaption></figcaption></figure>

* Once deleted, if you will try to search for the item in the search bar and it will show 0 results.

<figure><img src="/files/Rog53OpBrpWKe0FRAs9i" alt=""><figcaption></figcaption></figure>

* To view the deleted item, the direct and quick way is to search for the item through a query string. The first step is to add '/item/59' at the end of the registry URL, where 59 is the metadata Id we want to look for in the deleted list and press enter. It will show page not found.

<figure><img src="/files/U8QQN5RWBLuJbua8ijO1" alt=""><figcaption></figcaption></figure>

* Add the query string '?show\_deleted=true' at the end of the URL and press enter.

<figure><img src="/files/TRCgUzG8BQ9f1dHFG2JB" alt=""><figcaption></figcaption></figure>

* After enter, you will notice the URL is changed, The URL tells us that the item has Id=59 and it is a data element, named 'business-age-years-number'

<figure><img src="/files/2LRcpa5WLNhNQeRTIq4e" alt=""><figcaption></figcaption></figure>

* To find the deleted item, add the query string '?show\_deleted=true' at the end of the URL, which shows the item id as '59', stored as a 'dataelement' and the item name is 'business-age-years-number'

<figure><img src="/files/oZC5ch13NXyyGXvL821a" alt=""><figcaption></figcaption></figure>

* Press enter and it will show the deleted item. The item needs to be restored if you want to make any changes to the deleted item.

<figure><img src="/files/Ytx2sNETk9gkn5PvYWVf" alt=""><figcaption></figcaption></figure>


---

# 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.aristotlemetadata.com/administrator-tasks/view-deleted-items-using-query-string.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.
