Delete Webhook
Deletes a webhook by its webhook_id, immediately stopping all deliveries and removing any attached subscriptions. The operation has no effect if the webhook_id is not found or belongs to another user. This action is destructive and cannot be undone.
Example prompt: Delete the webhook with ID 3f2a9c10-7b1e-4d22-9a01-bc44ee551122
{
"webhook_id": "3f2a9c10-7b1e-4d22-9a01-bc44ee551122",
"deleted": true
}What you can build
Parameters
Inputs accepted by delete_webhook.
| Name | Type | Description |
|---|---|---|
| webhook_id | string | The webhook ID to delete (UUID from list_webhooks) |
Related tools
List Webhooks
List every webhook on your account with its URL, subscribed events, and enabled status. The reference point for inspecting and managing event delivery.
Create Webhook
Register an HTTPS webhook to receive real-time LinkedIn event notifications. Returns a signing secret to verify payloads. Up to 25 webhooks per account.
Update Webhook
Change a webhook's URL, subscribed events, enabled status, or description by ID. Adjust integrations without recreating them from scratch.
Get Webhook Deliveries
Inspect recent delivery attempts for a webhook with status, response codes, errors, and retry schedule. Diagnose failures and confirm successful sends.
The complete LinkedIn API. Ready when you are.
Connect your first LinkedIn profile in under 5 minutes. Every tool, every seat, no feature gates. Safe limits, warm-up, and full permission control built in.