| 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: 10.0.0
 Syntax
SyntaxChatGeneralResponse DeleteChatRoom(
	int roomID
)
Parameters
- roomID
- Type: SystemInt32
 Chat room to delete
Return Value
Type: 
ChatGeneralResponseGeneralResponse
 See Also
See Also