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"
}

Query

hook_id
string
required

The unique identifier of the webhook to unsubscribe.

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"
}