Delete event subscription
Use this method to delete an event subscription.
Important: After you delete an event subscription, you can’t recover it. You won’t receive event notifications from the event subscription.
To delete an event subscription, you need its subscriptionId. Our gateway returned the subscriptionId in the response of the Create Event Subscription method.
If you want to stop receiving event notifications but don’t want to delete the event subscription, use our Update Event Subscription method to deactivate it.
Path parameters
subscriptionId
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successful request. We deleted the event subscription.