cURL
curl --request DELETE \ --url https://api.zet.money/v1/webhooks/{webhookId} \ --header 'x-api-key: <api-key>'
{ "success": true, "data": { "message": "Webhook deleted successfully." } }
Remove a registered webhook. Events will no longer be sent to the URL.
Your Zet API key. Contact zetdotmoney@gmail.com to obtain your keys.
Webhook deleted.
true
Show child attributes