Skip to main content
DELETE
/
funnels
/
event
/
{id}
Delete Event
curl --request DELETE \
  --url https://services.leadconnectorhq.com/funnels/event/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

Successful response

Last modified on March 4, 2026