Marks the capture as archived (is_archived = true). The record is preserved on disk for audit purposes; it disappears from GET /api/nucleus/captures and detail fetches.
Idempotent. Returns 204 No Content whether the capture was active, already archived, not found, or owned by another user. The endpoint never reveals existence/ownership through DELETE responses, deliberate, to make ID-enumeration useless. 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 capture's UUID.
Capture archived (or already archived, or never existed for this user). No body.