Unsubscribe from receiving events for a specific webhook.
curl --location --request DELETE 'https://api.sbmg.app/v1/reporting/webhook?hook_id=234' \ --header 'x-api-key: YOUR_API_KEY'
{ "message": "Webhook unsubscribed successfully" }
The unique identifier of the webhook to unsubscribe.