Delete Webhook Subscription
Delete a webhook subscription
Required OAuth 2.0 scopes: application/webhooks:read
, application/webhooks:write
Path parameters
subscription_id
The unique identifier of the subscription.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.