Skip to main content
DELETE
/
auth
/
delete-account
Delete authenticated user account and unlink agents
curl --request DELETE \
  --url https://api.mnemom.ai/v1/auth/delete-account \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://mnemomllc-feat-aip-output-analysis-docs.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Response

Account deleted

success
boolean