Deleting a Webhook Subscription

To delete a webhook subscription, send a DELETE request.
To request the service, use the endpoint specified below. After you send the request, check the response message to verify that the request was successful. A 200-level response code indicates success.
For information about response codes, see
Transaction Response Codes
.

Endpoint

  • Test:
    DELETE
    apitest.visaacceptance.com
    /notification-subscriptions/v1/webhooks/{webhookId}
  • Production:
    DELETE
    api.visaacceptance.com
    /notification-subscriptions/v1/webhooks/{webhookId}

Example: Deleting a Webhook Subscription

DELETE
https://apitest.visaacceptance.com
/notification-subscriptions/v1/webhooks/b555a545-58a9-47c7-aef9-10a8e17f201a
Deleting a Webhook Subscription