> ## 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.

# Desarquivar item

> Restaura um item arquivado ao estado ativo.

<ParamField header="x-api-key" type="string" required>
  API key do BOH com escopo `catalog:write`.
</ParamField>

<ParamField path="vendorId" type="string" required>UUID do vendor.</ParamField>
<ParamField path="itemId" type="string" required>UUID do item.</ParamField>
<ParamField body="external_user_id" type="string">Ator para auditoria.</ParamField>

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

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