delete_page
Remove a specific page from a Figma document using its page ID. Prevents deletion of the current page or the last remaining page, returning success status and node ID.
Instructions
Delete a page by id. The current page and the last remaining page cannot be deleted. Returns { ok, nodeId }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | Yes | Page id to delete |