Skip to main content
DELETE
/
v1
/
projects
/
{projectId}
/
webhooks
/
{webhookId}
Delete webhook endpoint
curl --request DELETE \
  --url https://api.meetecho.ai/api/v1/projects/{projectId}/webhooks/{webhookId} \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Echo API key — format: echo_<64 hex chars>. Returned once on signup.

Path Parameters

projectId
string<uuid>
required
webhookId
string<uuid>
required

Response

Endpoint deleted