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¶
- Unlike adding a block, no
reasonis needed to remove one. - Use
get_active_page_preview_blocksafterward to confirm removal.