lemmy-js-client
Preparing search index...
PurgePerson
Type Alias PurgePerson
Purges a person from the database. This will delete all content attached to that person.
type
PurgePerson
=
{
person_id
:
PersonId
;
reason
?:
string
;
}
Index
Properties
person_
id
reason?
Properties
person_
id
person_id
:
PersonId
Optional
reason
reason
?:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
person_
id
reason
lemmy-js-client
Loading...
Purges a person from the database. This will delete all content attached to that person.