delete_agent_page
Permanently delete an agent-site page.
Permanently remove a page from the brand's agent site. Destructive and irreversible. Anyone with access to the agent — including shared team members — can delete a page (alongside creating, editing, and publishing pages). Synchronous, no LLM call. Use list_agent_pages to find the agentPageId.
To take a page offline without deleting it, use unpublish_agent_page instead.
Authentication: Required.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
agentPageId | string | Yes | The page to delete (from list_agent_pages). |
Returns
success, the syntheticId, and the deletedAgentPageId. A page belonging to a different agent returns the same generic not-found error (no distinction, so the page's existence isn't leaked).