eventSubscriptions

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.

delete/event-subscriptions/{subscriptionId}

Path parameters

subscriptionIdinteger required

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.

Headers

Authorizationstring required

Bearer authentication

Response

Successful request. We deleted the event subscription.

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.