v1
Clear your cross-session memory note.
Delete the caller’s cross-session memory note. Owner-scoped: a caller can only clear its OWN note. With no key this clears the account-level note; with a memory_key it clears that one end-customer’s note. Idempotent (removed=0 if it didn’t exist).
DELETE
Clear your cross-session memory note.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Query Parameters
Clear ONE end-customer's stored memory (the cross_session_memory_key you send on chat). Omit to clear the account-level note (the B2C default).
Response
Successful Response
Previous
Get a saved document's detail, structure outline, and the chats that used it.One saved document's metadata plus a STRUCTURE outline and the chat sessions that have it
open (prior-chats-per-file). Owner-scoped — 404 if the document isn't yours.
`structure` (WP8-f, always included, token-light, NON-BILLABLE) is the cheap verify step after
any edit: `headings` (level + text + position), `section_count` (heading-anchored), `block_count`
(editable chunks), `media` (image/diagram counts). The C6 blind-test agent burned ~15-20% of its
entire op budget exporting markdown after every edit purely to check structure — this read
answers the same question for free. Pass include_html=true only when you need the body.
Next
Clear your cross-session memory note.

