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

# Desarchivar un establecimiento

> Restaura un establecimiento archivado al estado activo.

<ParamField header="x-api-key" type="string" required>
  API key de BOH con scope `catalog:write`.
</ParamField>

<ParamField path="vendorId" type="string" required>
  UUID del vendor.
</ParamField>

<ParamField path="storeId" type="string" required>
  UUID del establecimiento.
</ParamField>

<ParamField body="external_user_id" type="string">
  Actor para auditoría.
</ParamField>

<ResponseField name="ok" type="boolean">`true` en caso de éxito.</ResponseField>

<RequestExample>
  ```json theme={null}
  {
    "external_user_id": "usuario_admin_01"
  }
  ```
</RequestExample>

<ResponseExample>
  ```json 200 theme={null}
  {
    "ok": true
  }
  ```
</ResponseExample>
