deleteCommunity
Delete a community. USER-ONLY
Parameters
communityId: number
The identifier of the community to delete.
Result
void
Syntax
await client.deleteCommunity(communityId);
Delete a community. USER-ONLY
The identifier of the community to delete.
await client.deleteCommunity(communityId);