> For the complete documentation index, see [llms.txt](https://developers.bead.xyz/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://developers.bead.xyz/faqs-and-troubleshooting/entity-management-faqs/can-i-delete-test-or-submitted-applications.md).

# Can I delete test or submitted applications?

At this time, applications cannot be deleted once they are submitted.

As part of our compliance and record-keeping requirements, all applications must be retained on file once they are created, including those submitted with test data during development or sandbox testing.

#### Why can’t applications be deleted?

Applications represent compliance-related records. Even in sandbox environments, we are required to preserve submission history rather than remove it entirely.

#### How should I manage test applications during development?

While applications cannot be deleted, there are a few ways to make them easier to manage:

* Sort applications by date to quickly isolate recent test submissions
* Use available date filters (for example: last hour, last day, last week) to narrow results
* Adopt a naming or reference convention during testing to clearly distinguish test data from real submissions

#### Are improvements planned?

Yes. We have submitted a feature request to introduce an additional application status (such as *Canceled*) or enhanced filtering options to make it easier to manage and hide test or inactive applications.

We’ll update the documentation as soon as those improvements are available.


---

# 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://developers.bead.xyz/faqs-and-troubleshooting/entity-management-faqs/can-i-delete-test-or-submitted-applications.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.
