lemmy_purge_person: Purge / Delete a person from the database.

View source: R/http-methods.R

lemmy_purge_personR Documentation

Purge / Delete a person from the database.

Description

HTTP.POST /admin/purge/person

Usage

lemmy_purge_person(
  person_id,
  reason = NULL,
  auth,
  .lemmy_instance = getOption("lemmy_instance", "https://lemmy.world")
)

Arguments

person_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().

Value

A list of length 1:

<list>
`-success: A logical value

remmy documentation built on July 26, 2023, 5:37 p.m.