# Deleting an Application

### Deleting app

`Deleting` an application can be split into 2 sections:&#x20;

* Deleting an application that is currently in a `Draft` state is achieved by tapping the `Delete` button in the bottom left corner of the screen.
* `Deleting` an application that is currently `Live` needs approval by a `manager`. The process is the same as before, with an additional review from a `manager`. You will receive an email when the `manager` deletes your application.

```
Please note that deleting an application that has a test application attached, will result in both
applications, test and live, getting deleted.
```


---

# 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://docs.dataswyft.com/build/getting-started/developer-dashboard/deleting-an-application.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.
