lemmy_purge_comment | R Documentation |
HTTP.POST /admin/purge/comment
lemmy_purge_comment(
comment_id,
reason = NULL,
auth,
.lemmy_instance = getOption("lemmy_instance", "https://lemmy.world")
)
comment_id |
A numeric value. |
reason |
(Optional) A character value. |
auth |
A character value. |
.lemmy_instance |
Default: "https://lemmy.world". Change the default instance by setting the |
A list
of length 1:
<list> `-success: A logical value
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.