Skip to main content
DELETE
/
orgs
/
{org_id}
Delete organization (owner only)
curl --request DELETE \
  --url https://api.mnemom.ai/v1/orgs/{org_id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": 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

Path Parameters

org_id
string
required

Organization identifier (e.g. org-abc12345)

Response

Organization deleted

deleted
boolean