Delete Event Subscription
Deletes a single event subscription, identified by its UUID from list_subscriptions, and stops delivery for that subscription only. Your other subscriptions and the underlying webhook remain untouched. It returns an error if the subscription is not found or is not owned by you.
Example prompt: Delete the subscription that routes message.received to my old webhook
{
"deleted": true,
"subscription_id": "sub-7c1b-..."
}What you can build
Parameters
Inputs accepted by delete_subscription.
| Name | Type | Description |
|---|---|---|
| subscription_id | string | Subscription UUID to delete (from list_subscriptions) |
Related tools
List Event Subscriptions
List your event subscriptions with event type, filter, enabled state, and webhook ID so you can see exactly what routes where.
Create Event Subscription
Route a LinkedIn event type to a webhook with an optional filter. Get real-time delivery of replies, accepts, and more.
Delete Webhook
Permanently remove a webhook by ID, stopping all deliveries and detaching its subscriptions. A clean way to retire integrations you no longer need.
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.