Marks the memory as archived (is_archived = true). The record is preserved on disk; it disappears from GET /api/nucleus/memories and from semantic-search results.
Idempotent. Returns 204 No Content whether the memory was active, already archived, not found, or owned by another user. The endpoint never reveals existence/ownership through DELETE responses. The only non-204 response is 500 on an unexpected DB failure.
Documentation Index
Fetch the complete documentation index at: https://docs.auditynow.com/llms.txt
Use this file to discover all available pages before exploring further.
A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.
The memory's UUID.
Memory archived (or already archived, or never existed for this user). No body.