Delete a Webhook ConfigurationCopy Pagepost https://api.kompliant.com/webhook.config.deleteDelete an existing webhook configuration. Once deleted, the configuration cannot be recovered or updated. Webhooks will no longer be sent to this endpoint.Body ParamsRequest to delete a webhook configurationaccount_idstringrequiredThe account identifierconfig_idstringrequiredThe identifier for the webhook configuration to delete (format whc_XXXXXXXX)Responses 200Successful operation 400Bad Request - Client request errors or entity not found 401Unauthorized - Authentication errors or failures 403Forbidden - Authorization failures 4XXOther 400 level errors 5XXServer Error - Server-side issuesUpdated 2 months ago