Soft-delete a Nucleus memory (body-passed ID)
Nucleus
Soft-delete a Nucleus memory (body-passed ID)
Alternative to DELETE /api/nucleus/memories/{id}. Takes the target memory’s ID in the JSON body as memoryId. Soft-deletes (archives) the memory.
This form was added for parity with the contacts collection. Most agents should prefer the path-parameter version (DELETE /api/nucleus/memories/{id}) which is idempotent. This collection-level form returns 500 on failure rather than 204.
DELETE
Soft-delete a Nucleus memory (body-passed ID)
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.
Authorizations
A Personal Access Token issued from https://app.auditynow.com/dashboard/settings/api-tokens. Format: aky_<32 random chars>.
Body
application/json
Response
Memory archived

