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

# Archiva la categoría y su subárbol: fuera de selectores, historial de reportes intacto. Reusar el nombre la revive.



## OpenAPI

````yaml /openapi/v1.json post /v1/categories/{id}/archive
openapi: 3.0.0
info:
  title: Finzaria API
  description: >-
    API REST de Finzaria — finanzas personales para México, dev-first y
    agent-first. Autentícate con tu API key bxm_ (o un token OAuth).
  version: 1.0.0
  contact: {}
servers:
  - url: https://api.finzaria.com/v1
    description: Producción
security: []
tags: []
paths:
  /v1/categories/{id}/archive:
    post:
      tags:
        - categories
      summary: >-
        Archiva la categoría y su subárbol: fuera de selectores, historial de
        reportes intacto. Reusar el nombre la revive.
      operationId: CategoriesController_archive
      parameters:
        - name: id
          required: true
          in: path
          schema:
            type: string
      responses:
        '204':
          description: ''
      security:
        - bearer: []
components:
  securitySchemes:
    bearer:
      scheme: bearer
      bearerFormat: JWT (Supabase Auth)
      type: http

````