Destructive Pro

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.

delete_subscriptionDELETE/api/v1/subscriptions/{subscription_id}
crispy — bash

Example prompt: Delete the subscription that routes message.received to my old webhook

{
  "deleted": true,
  "subscription_id": "sub-7c1b-..."
}
Permission scope
pro
Access
Destructive
Category
Account

What you can build

Stop receiving a specific event type without removing the webhook
Clean up obsolete subscriptions after a campaign or integration ends
Remove a misconfigured subscription created with the wrong filter
Reduce noise by pruning event routes you no longer act on

Parameters

Inputs accepted by delete_subscription.

NameTypeDescription
subscription_idstringSubscription UUID to delete (from list_subscriptions)

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.