unpublish_landing_page
Unpublish a landing page to take it offline. The public URL stops serving the page immediately. Reversible for re-publishing.
Instructions
Take a published landing page offline. The public URL stops serving the page.
Reversible — re-publish with publish_landing_page. Use delete_landing_page for permanent removal instead.
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 unpublish. Obtain from list_landing_pages.
Returns: JSON with status ('unpublished') and page_id on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |