Delete event subscription
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer authentication of the form Bearer <token>, where token is your auth token.
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.
Unique identifier that we assigned to the event subscription.
Note: Our gateway returned the subscriptionId in the id field in the response of the Create Event Subscription method.