Skip to main content
DELETE
Delete 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

Deletes a webhook subscription. No further events will be delivered to its endpoint, including events that were pending retry.

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 deleted. No further events will be delivered to its endpoint.