Skip to main content
DELETE
/
webhooks
/
v3
/
{appId}
/
subscriptions
/
{subscriptionId}
Delete event subscription
curl --request DELETE \
  --url 'https://api.hubapi.com/webhooks/v3/{appId}/subscriptions/{subscriptionId}?hapikey='
This response has no body data.

Supported products

Authorizations

hapikey
string
query
required

Path Parameters

appId
integer<int32>
required

The ID of the target app.

subscriptionId
integer<int32>
required

The ID of the subscription to delete.

Response

Last modified on March 30, 2026