View source: R/delete_comment.R
delete_comment | R Documentation |
Deletes a specific comment. Only the person who made the comment is allowed to delete it.
delete_comment(file_key, comment_id)
file_key |
string. The key that a Figma file is referred by. |
comment_id |
string. The comment id. |
S3 object of class 'rigma_delete_comment'. Contains the parsed JSON response with fields 'error', 'status', and 'i18n'.
## Not run: #navigate to file and get key from url file_key <- "sFHgQh9dL6369o5wrZHmdR" first_comment_id <- get_comments(file_key)$comments[[1]]$id delete_comment(file_key, first_comment_id) ## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.