delete_landing_page
Permanently remove a landing page from Mailchimp, making its public URL inaccessible instantly. This irreversible action deletes the page but preserves visit analytics.
Instructions
Permanently delete a landing page. Cannot be undone.
Side effect: the page becomes inaccessible at its public URL immediately. Past visit analytics remain in Mailchimp's reports area but the page itself is gone. Use unpublish_landing_page if you only want to take it offline temporarily.
Authenticated via API key. Max 10 concurrent requests. Respects read-only and dry-run modes. Returns 404 error if page_id is invalid.
Args: page_id: Landing page ID to delete. Obtain from list_landing_pages.
Returns: JSON with status ('deleted') and page_id on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |