block.delete
ActiveTool of Create Web Page
Delete one block by stable blockId. Use page.get first if unsure which id to remove. For already-published pages, this saves an unpublished latest revision only. Do not call page.publish in the same assistant turn after this edit. Stop and tell the user the draft/preview was updated, then wait for a separate user message that explicitly asks to update the live link, publish, or make the changes public before calling page.publish. Do NOT call page.unpublish either — the live page should stay public; only unpublish when the user explicitly asks to take it down.
Parameters schema
{
"type": "object",
"required": [
"pageId",
"blockId"
],
"properties": {
"pageId": {
"type": "string",
"format": "uuid"
},
"blockId": {
"type": "string"
},
"editToken": {
"type": "string"
}
},
"additionalProperties": false
}Parent server
Create Web Page
https://github.com/daniel-lopez-puig/landings
1/7 registries