Skip to main content
DELETE
/
orgs
/
{org_id}
/
card-template
Delete org card template
curl --request DELETE \
  --url https://api.mnemom.ai/v1/orgs/{org_id}/card-template \
  --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

Response

Template deleted

deleted
boolean