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"
}
Webhooks
Webhook Unsubscribe
Unsubscribe from receiving events for a specific webhook.
DELETE
/
v1
/
reporting
/
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"
}