curl --request DELETE \
--url https://api.mnemom.ai/v1/orgs/{org_id}/webhooks/{endpoint_id} \
--header 'Authorization: Bearer <token>'{
"deleted": true,
"endpoint_id": "<string>"
}Permanently delete a webhook endpoint and all its delivery history.
curl --request DELETE \
--url https://api.mnemom.ai/v1/orgs/{org_id}/webhooks/{endpoint_id} \
--header 'Authorization: Bearer <token>'{
"deleted": true,
"endpoint_id": "<string>"
}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.
Supabase JWT token in Authorization: Bearer header
Organization identifier (e.g. org-abc12345)
Webhook endpoint identifier (e.g. whe-abc12345)