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.