Skip to content
Get started
V2 Reference
Webhook Subscriptions

Delete Webhook Subscription

DELETE
/api/partner/v2/webhook_subscriptions/{webhook_subscription_id}
curl --request DELETE \
--url https://api.linqapp.com/api/partner/v2/webhook_subscriptions/1 \
--header 'X-LINQ-INTEGRATION-TOKEN: <X-LINQ-INTEGRATION-TOKEN>'

Deletes a webhook subscription

webhook_subscription_id
required
integer

The webhook subscription ID

Webhook subscription deleted successfully