Delete Community

You can delete a community by calling the closeCommunity method. It accepts the community ID as the parameter.

const success = await CommunityRepository.closeCommunity('abc');

Last updated