Deletes a Webhook Configuration by Webhook ID
deleteWebhookConfiguration(environment, xAuthToken, webhookConfigurationId) .then(response => console.log(response.data)) .catch(error => console.error(error)); Copy
deleteWebhookConfiguration(environment, xAuthToken, webhookConfigurationId) .then(response => console.log(response.data)) .catch(error => console.error(error));
Environment name: https://{{environment}}.bloomreach.io
BrX API Token
Webhook Configuration ID
Deletes a Webhook Configuration by Webhook ID
Example