delete_batch_webhook
Permanently delete a batch webhook to stop Mailchimp from sending batch-completion callbacks to its URL. Requires a valid batch webhook ID.
Instructions
Delete a batch webhook permanently.
Irreversible. Mailchimp will stop sending batch-completion callbacks to the webhook's URL. Use list_batch_webhooks to find batch_webhook_id values.
Returns 404 error if batch_webhook_id is invalid.
Args: batch_webhook_id: The batch webhook ID to delete. Obtain from list_batch_webhooks.
Returns: JSON confirming the deletion, or an error object if batch_webhook_id is invalid. On success the Mailchimp API returns an empty body (HTTP 204).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| account | No | ||
| batch_webhook_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |