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