Skip to main content
Glama
by yhc984

delete_multiple_nodes

Remove multiple Figma design elements simultaneously by specifying their node IDs. Simplify bulk deletions in Figma workflows.

Instructions

Delete multiple nodes from Figma at once

Input Schema

NameRequiredDescriptionDefault
nodeIdsYesArray of node IDs to delete

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "nodeIds": { "description": "Array of node IDs to delete", "items": { "type": "string" }, "type": "array" } }, "required": [ "nodeIds" ], "type": "object" }

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yhc984/cursor-talk-to-figma-mcp-main'

If you have feedback or need assistance with the MCP directory API, please join our Discord server