> ## Documentation Index
> Fetch the complete documentation index at: https://docs.jelou.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Eliminar categoría

> Elimina una categoría de tu tienda.

<ParamField path="app_id" type="string" required>
  ID de tu tienda en Jelou Shop.
</ParamField>

<ParamField path="category_id" type="integer" required>
  ID de la categoría a eliminar.
</ParamField>

<Warning>
  Al eliminar una categoría, se eliminan también las relaciones con los productos asociados. Los productos no se eliminan, solo se desvinculan de la categoría.
</Warning>

<RequestExample>
  ```bash cURL theme={null}
  curl -X DELETE "https://gateway.jelou.ai/ecommerce/v2/apps/{app_id}/categories/{category_id}" \
    -H "x-api-key: TU_CLAVE_API"
  ```
</RequestExample>
