curl --request DELETE \
--url https://app.tagadapay.com/api/public/v1/webhooks/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"id": "wh_abc123"
}Delete an existing webhook endpoint
curl --request DELETE \
--url https://app.tagadapay.com/api/public/v1/webhooks/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"id": "wh_abc123"
}