On This Page
Deactivating a Webhook Subscription
To deactivate an active subscription, use the PUT call to update the status of the
subscription.
When the subscription is inactive, a user will not receive notifications for the
applicable subscription. A 200-level response code indicates success.
For information about response codes, see
Transaction Response
Codes
.Endpoint
- Test:PUTapitest.visaacceptance.com/notification-subscriptions/v2/webhooks/{webhookId}
- Production:PUTapi.visaacceptance.com/notification-subscriptions/v2/webhooks/{webhookId}
Example: Deactivate a Webhook Subscription
Request
Response to a Successful Request
{ "status": "INACTIVE" }