delete_batch_webhook
Delete a batch webhook permanently to stop Mailchimp from sending batch-completion callbacks to its URL. Requires the batch webhook ID from list_batch_webhooks.
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.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes. Returns 404 error if batch_webhook_id is invalid.
Args: batch_webhook_id: The batch webhook ID to delete. Obtain from list_batch_webhooks. account: Optional account name (e.g. 'marketing') configured via MAILCHIMP_API_KEY_. Omit to use the default account. See list_accounts.
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 |