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>"
}Supabase JWT token in Authorization: Bearer header
Organization identifier (e.g. org-abc12345)
Webhook endpoint identifier (e.g. whe-abc12345)