cURL
curl --request DELETE \ --url https://api.ngrok.com/event_subscriptions/{id} \ --header 'Authorization: Bearer <token>' \ --header 'ngrok-version: <ngrok-version>'
Delete a specific event subscription by its unique identifier.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
a resource identifier
Delete an Event Subscription.
Was this page helpful?