# Remove Forms

By design, a project must have at least one form, so the first form cannot be removed.

A child form can be deleted by selecting it and clicking the trash icon in the form context menu. **However, forms can only be deleted in reverse order, starting from the last one.** This restriction ensures that the hierarchy remains intact, as removing a form in the middle of the structure would disrupt its integrity.

<figure><img src="/files/7y6NR6KjoogBTU7kz8RB" 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://docs.epicollect.net/formbuilder/remove-forms.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.
