Unsubscribe from Webhook
Webhooks
Unsubscribe from Webhook
Unsubscribe from a webhook to stop receiving notifications
DELETE
Unsubscribe from Webhook
Documentation Index
Fetch the complete documentation index at: https://docs.walead.ai/llms.txt
Use this file to discover all available pages before exploring further.
Overview
Unsubscribe from a webhook to stop receiving notifications for a specific event type. You must provide the same URL and event type used when subscribing.Important Notes
- The
urlandtypemust match exactly with the subscription - After unsubscribing, you will no longer receive notifications for that event type
- You can resubscribe at any time using the subscribe endpoint
Authorizations
API key for authentication. Generate from your WaLead dashboard.
Body
application/json
Webhook unsubscription details
Webhook URL to unsubscribe
Type of event to unsubscribe from
Available options:
lead_tagged_interested, lead_meeting_booked, lead_status_matched, lead_status_discarded, campaign_completed, message_received, linkedin_account_disconnected, connection_request_accepted, campaign_without_leads Response
Webhook unsubscribed successfully
Example:
"Webhook unsubscribed successfully"