v1

latestOpenAPI 3.0.0Proprietary2026-07-26130282259.8 KB
subscriptions

Delete subscription by id

Permanently deletes a subscription.

Once deleted:

  • The subscription will no longer receive any webhook events
  • The subscription cannot be recovered
  • Any new events for the topics it was listening to will not be sent

Use this endpoint when you no longer need a particular webhook subscription.

delete/subscriptions/{subscriptionId}

Path parameters

subscriptionIdstring uuid required

The unique identifier (UUID) of the subscription you want to interact with. This ID is returned when you create a subscription and can be retrieved from the GET /subscriptions endpoint.

Response

The resource was deleted successfully.