cURL
curl --request DELETE \ --url https://api.lemlist.com/api/hooks/{hookId} \ --header 'Authorization: Basic <encoded-value>'
{ "_id": "hoo_orQP33YrZgeKkswJK", "targetUrl": "https://n8n.bvelitchkine.com/webhook/lemlist-webhook-surprise", "createdAt": "2024-07-11T13:55:06.276Z", "type": "linkedinInterested", "campaignId": "cam_A1B2C3D4E5F6G7H8I9" }
Deletes a specific webhook.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Unique webhook ID
Success
Unique identifier for the webhook
The URL where the webhook will send data
Timestamp when the webhook was created
Type of webhook event
Associated campaign ID, if applicable
Was this page helpful?