SDKsReact NativeEnterprise
Delete a conversation group
Delete a conversation group and its conversation membership.
Call deleteConversationGroup() to delete a conversation group and its conversation membership.
await OpenIMSDK.deleteConversationGroup(conversationGroupID);conversationGroupID is the ID of the conversation group.
Return result
After the call completes, the group deletion request is complete. The operation does not delete conversations or messages. Group changes are delivered through OnConversationGroupDeleted; see Conversation group overview.
Was this page helpful?