mcp-figma

delete_comment

Delete a comment from a Figma file

Input Schema

NameRequiredDescriptionDefault
comment_idYesID of the comment to delete
fileKeyYesThe key of the file to delete a comment from

Input Schema (JSON Schema)

{ "properties": { "comment_id": { "description": "ID of the comment to delete", "type": "string" }, "fileKey": { "description": "The key of the file to delete a comment from", "type": "string" } }, "required": [ "fileKey", "comment_id" ], "type": "object" }