HTTP.POST /admin/purge/community
Usage
lemmy_purge_community(
community_id,
reason = NULL,
auth,
.lemmy_instance = getOption("lemmy_instance", "https://lemmy.world")
)
Arguments
- community_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
lemmy_instance
options()
.