Skip to main content
PATCH
Disable a webhook subscription
Coming soon: The Webhooks API is currently under design review. This documentation describes the target interface and may change before release.

Overview

Disables a webhook subscription by its identifier. While disabled, no new events will be delivered to its endpoint.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

subscriptionId
string<uuid>
required

The unique identifier of the webhook subscription

Response

Webhook subscription successfully disabled