Skip to main content
DELETE
/
orgs
/
{org_id}
/
alignment-template
Delete the org alignment template
curl --request DELETE \
  --url https://api.mnemom.ai/v1/orgs/{org_id}/alignment-template \
  --header 'Authorization: Bearer <token>' \
  --header 'Idempotency-Key: <idempotency-key>'
{
  "org_id": "<string>",
  "template": null,
  "enabled": false,
  "deleted": true,
  "agents_flagged_for_recompose": 123
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Headers

Idempotency-Key
string
required

Path Parameters

org_id
string
required

Organization identifier (e.g. org-abc12345)

Response

Template cleared and propagated.

org_id
string
template
null
enabled
enum<boolean>
Available options:
false
deleted
enum<boolean>
Available options:
true
agents_flagged_for_recompose
integer