| IChatServiceDeleteChatRoom Method  | 
            Disables room. User has to be either Global admin, has ManageRooms permission or be creator/admin of this room.
            
 
Namespace: CMS.ChatAssembly: CMS.Chat (in CMS.Chat.dll) Version: 9.0.0
SyntaxChatGeneralResponse DeleteChatRoom(
	int roomID
)
Parameters
- roomID
 - Type: SystemInt32
Chat room to delete 
Return Value
Type: 
ChatGeneralResponseGeneralResponse
See Also