cURL
curl --request DELETE \ --url https://api.tusky.io/v2/notifications/webhooks/{webhookId}
204 No Content
curl -X DELETE https://api.tusky.io/v2/notifications/webhooks/wh_abc123 \ -H "Api-Key: YOUR_API_KEY"