- Manage Webhook Subscriptions
- Customer Tokens
- Shipping Address Tokens
- Customer Payment Instrument Tokens
- Payment Instrument Tokens
- Instrument Identifier Tokens
- Network Tokens for Partners
On This Page
Delete Webhook Subscription
This section shows you how to delete a webhook subscription.
Endpoint
Test:
DELETE
https://api.smartpayfuse-test.barclaycard
/notification-subscriptions/v1/webhooks/{webhookID}Production:
DELETE
https://api.smartpayfuse.barclaycard
/notification-subscriptions/v1/webhooks/{webhookID}Required Field for Deleting a Webhook Subscription
- webhookID
- Include the ID of the webhook you would like to update.
REST Example: Deleting a Webhook Subscription
Request
DELETEhttps://api.smartpayfuse-test.barclaycard/notification-subscriptions/v1/webhooks/{{tms-webhook-id}}
Response to a Successful Request
A successful delete response returns an empty
HTTP 204 No Content
status. For more information, see HTTP Status Codes.