cURL
curl --request DELETE \ --url https://api.notchpay.co/webhooks/{endpoint} \ --header 'Authorization: <api-key>'
{ "code": 202, "status": "Accepted", "message": "Webhook endpoint deleted successfully" }
Unique identifier of the webhook
Webhook endpoint deleted
The response is of type object.
object
Was this page helpful?