Skip to content

remove_page_preview_block

Remove a page preview block from a URL, added previously via add_page_preview_block.


Parameters

Name Type Required Description
site_url string Yes The URL of the site
url string Yes The page URL whose preview block should be removed

Response

{
  "siteUrl": "https://www.example.com/",
  "url": "https://www.example.com/private-preview",
  "success": true,
  "requestedAt": "2026-02-21T19:00:00Z"
}

Example Prompts

"Remove the preview block from https://www.example.com/private-preview."


Notes