> For the complete documentation index, see [llms.txt](https://docs.gymart.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gymart.org/gym-art-meets-es/niveles/delete-a-level.md).

# Eliminar un nivel

> Elimina un nivel de competición que ya no necesites.

## Requisitos previos

* El nivel debe existir. Consulta [Crear un nivel](/gym-art-meets-es/niveles/create-a-level.md).

## Pasos

1. Desde el administrador de la reunión, ve a **Niveles**.
2. Encuentra el nivel que quieres eliminar.
3. Haz clic en el **eliminar** ícono u opción en el nivel.
4. Confirma la eliminación.

## Qué se elimina

Eliminar un nivel borra todo lo que está asociado a él:

* Todos **configuración de puntuación** para ese nivel.
* Cualquier **competiciones** (grupos de edad y subdivisiones) bajo ese nivel.
* Es posible que los gimnastas que estaban registrados bajo ese nivel deban ser reasignados.
* Los **puntuaciones** existentes vinculados a las competiciones de ese nivel se ven afectados.

Por esto, elimina los niveles antes de que empiece la competición, no durante ni después.

## Cuándo debes eliminar un nivel

* Creaste un duplicado por error.
* El organismo rector cambió la estructura de niveles y necesitas rehacerla.
* Estás reestructurando la reunión antes de que se abra el registro.

Si solo necesitas cambiar el nombre o la configuración, **editar** el nivel en lugar de eliminarlo y crearlo de nuevo. Y si ya existen registros para este nivel, atiende primero esos registros.

Eliminar un nivel **no se puede deshacer**. Revisa bien antes de confirmar.

## Relacionado

* [Cómo crear un nivel](/gym-art-meets-es/niveles/create-a-level.md)
* [¿Cómo configuro los niveles de la competición?](/gym-art-meets-es/niveles/index.md)


---

# 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://docs.gymart.org/gym-art-meets-es/niveles/delete-a-level.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.
