delete Chat Room Entries
Batch delete chatroom custom attributes
Parameters
The chatroom ID
The chatroom attributes 1. The maximum size of the chatRoomEntryList collection is limited to KV_MAX_NUMBER_LIMIT
. Exceeding this limit will return the error code KV_STORE_OUT_OF_LIMIT. 2. The key supports a combination of uppercase and lowercase letters, numbers, and some special symbols (+ = - _), with a maximum length of 128 characters. The value is the corresponding value of the chatroom attribute, with a maximum length of 4096 characters.
Whether to force overwrite
The callback for setting chatroom attributes onError. When CoreErrorCode is KV_STORE_NOT_ALL_SUCCESS (23428), the failMap will have a value (key indicates the failed key, value indicates the corresponding error code for that key).