Documentation Index
Fetch the complete documentation index at: https://cometchat-22654f5b-docs-android-v6-beta2.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
AI Integration Quick Reference
AI Integration Quick Reference
Group object.
Delete a Group
UsedeleteGroup() with the group’s GUID.
Parameters
| Parameter | Type | Description |
|---|---|---|
guid | String | The GUID of the group you would like to delete |
onSuccess | Function(String message)? | Callback triggered on successful deletion |
onError | Function(CometChatException excep)? | Callback triggered on error |
- Dart
Response
Response
On Success — A
String message confirming the operation:| Parameter | Type | Description | Sample Value |
|---|---|---|---|
message | string | Success confirmation message | "cometchat-guid-1 deleted successfully" |
Error
Error
| Parameter | Type | Description | Sample Value |
|---|---|---|---|
code | string | Error code identifier | "ERR_GUID_NOT_FOUND" |
message | string | Human-readable error message | "The specified group does not exist." |
details | string | Additional technical details | "Please provide a valid group GUID." |
Next Steps
Update a Group
Update group name, icon, description, and metadata
Leave a Group
Leave a group you are a member of
Create a Group
Create public, private, or password-protected groups
Groups Overview
Overview of all group management features