Deletes a specific webhook subscription by its UUID.
You can view and manage your webhook subscriptions from the Zeeg dashboard.
curl --request DELETE \
--url https://api.zeeg.me/v2/webhooks/{uuid} \
--header 'Authorization: Bearer <token>'{
"success": true,
"status": 200
}curl --request DELETE \
--url https://api.zeeg.me/v2/webhooks/{uuid} \
--header 'Authorization: Bearer <token>'{
"success": true,
"status": 200
}