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

# archive_private_record

> Archive one of the caller's private records.

Call only after the person explicitly asks to archive a specific active focus item or private-context note returned by get\_my\_focus. Only the owner can archive it, and the record must belong to their active organization.

## Parameters

<ParamField body="record_type" type="enum" required>
  focus\_item · personal\_context
</ParamField>

<ParamField body="record_id" type="uuid" required>
  The id returned by get\_my\_focus.
</ParamField>
