Skip to main content
DELETE
/
orgs
/
{org_id}
/
webhooks
/
{endpoint_id}
Delete webhook endpoint
curl --request DELETE \
  --url https://api.mnemom.ai/v1/orgs/{org_id}/webhooks/{endpoint_id} \
  --header 'Authorization: Bearer <token>'
{
  "deleted": true,
  "endpoint_id": "<string>"
}

Authorizations

Authorization
string
header
required

Supabase JWT token in Authorization: Bearer header

Path Parameters

org_id
string
required

Organization identifier (e.g. org-abc12345)

endpoint_id
string
required

Webhook endpoint identifier (e.g. whe-abc12345)

Response

Endpoint deleted

deleted
boolean
endpoint_id
string