curl --request DELETE \
--url https://api.mnemom.ai/v1/auth/delete-account \
--cookie mnemom_session={
"success": true
}curl --request DELETE \
--url https://api.mnemom.ai/v1/auth/delete-account \
--cookie mnemom_session={
"success": true
}Documentation Index
Fetch the complete documentation index at: https://docs.mnemom.ai/llms.txt
Use this file to discover all available pages before exploring further.
HttpOnly, Secure, SameSite=Lax cookie issued by /v1/auth/sign-in (or the SSO / email-callback flows). The value is an AES-256-GCM-encrypted blob of {access_token, refresh_token, issued_at, auth_method}. Browser clients include this automatically with credentials: "include".
Account deleted