curl --request DELETE \
--url https://api.mnemom.ai/v1/orgs/{org_id}/protection-template \
--header 'Authorization: Bearer <token>' \
--header 'Idempotency-Key: <idempotency-key>'{
"org_id": "<string>",
"template": null,
"enabled": false,
"deleted": true,
"agents_flagged_for_recompose": 123
}Clears the org protection template and flags every member agent for recompose. Requires org owner/admin and Idempotency-Key. See ADR-008.
curl --request DELETE \
--url https://api.mnemom.ai/v1/orgs/{org_id}/protection-template \
--header 'Authorization: Bearer <token>' \
--header 'Idempotency-Key: <idempotency-key>'{
"org_id": "<string>",
"template": null,
"enabled": false,
"deleted": true,
"agents_flagged_for_recompose": 123
}Supabase JWT token in Authorization: Bearer header
Organization identifier (e.g. org-abc12345)