Comments
Delete Comment
Delete a comment from a Figma file.
Permanently delete a comment. Only the comment author or file owner can delete comments.
DELETE https://api.figma.com/v1/files/:file_key/comments/:comment_id
Authentication
Requires a valid access token with file_comments:write scope. Pass via X-Figma-Token header (personal access token) or Authorization: Bearer header (OAuth).
Parameters
Path parameters
The key of the file containing the comment.
The ID of the comment to delete. Retrieve comment IDs from the Get Comments endpoint.
Example Request
Response
Returns 200 OK with an empty response body on success.