Skip to content
NEWCollect for MSMEs: UPI Autopay, eNACH & remindersExplore app ↗

Disable Webhook

Use this API to disable a webhook subscription identified by :webhook_id.

DELETE /api/v1/integrations/erp/webhooks/:webhook_id
Terminal window
curl -X DELETE 'https://[base_url]/api/v1/integrations/erp/webhooks/:webhook_id' \
-H 'Content-Type: application/json' \
-H 'Authorization: Basic <token>'
ParameterTypeRequiredDescription
webhook_idstringYesWebhook subscription ID.

HTTP 200

{
"status": "success"
}
CodeHTTP CodeDescription
HUE00000400Bad request error.