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

# Arquivar receita

> Arquiva uma receita. Receitas arquivadas não podem ser usadas em novas transações.

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

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

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

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