delete_page
Remove a page from a Figma document using its ID or name. Prevents deletion of the last remaining page.
Instructions
Delete a page from the Figma document. Cannot delete the only remaining page.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pageId | No | Page node ID in colon format e.g. '0:2' | |
| pageName | No | Exact page name to delete (alternative to pageId) |