# Delete a level

> Remove a competition level you no longer need.

## Prerequisites

* The level must exist. See [Create a level](/levels/create-a-level.md).

## Steps

1. From the meet admin, go to **Levels**.
2. Find the level you want to remove.
3. Click the **delete** icon or option on the level.
4. Confirm the deletion.

## What gets removed

Deleting a level removes everything attached to it:

* All **score settings** for that level.
* Any **competitions** (age groups and subdivisions) under that level.
* Gymnasts who were registered under that level may need to be reassigned.
* Existing **scores** tied to that level's competitions are affected.

Because of this, delete levels before competition starts, not during or after.

## When you should delete a level

* You created a duplicate by mistake.
* The governing body changed the level structure and you need to rebuild.
* You are restructuring the meet before registration opens.

If you only need to change the name or settings, **edit** the level instead of deleting and recreating it. And if registrations already exist for this level, handle those registrations first.

Deleting a level **cannot be undone**. Double-check before confirming.

## Related

* [How to create a level](/levels/create-a-level.md)
* [How do I configure competition levels?](/levels/index.md)


---

# 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.gymart.org/levels/delete-a-level.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.
