delete https://api-h.wudipay.techworks.app/api/webhooks/
The Delete Webhook endpoint in the Wudi Pay API allows users to remove a previously registered webhook. By deleting a webhook, users can stop receiving notifications for the associated event type at the specified URL. This endpoint is useful when users no longer wish to receive notifications for a particular event or need to update their webhook configurations.
HEADERS
Authorization (string, required): The access token generated by the authentication endpoint must be included in the authorization header in the format Bearer {{access_token}}.
Practical Tips
- Action Confirmation: When deleting a webhook, confirm that you really want to stop receiving notifications for the associated event. This prevents unintentional interruptions in communication between systems.