lemmy-js-client
Preparing search index...
PurgeCommunity
Type Alias PurgeCommunity
Purges a community from the database. This will delete all content attached to that community.
type
PurgeCommunity
=
{
community_id
:
CommunityId
;
reason
:
string
;
}
Index
Properties
community_
id
reason
Properties
community_
id
community_id
:
CommunityId
reason
reason
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
community_
id
reason
lemmy-js-client
Loading...
Purges a community from the database. This will delete all content attached to that community.