Delete Group
Delete a group#
To delete a group locally call the below method.
- Java
- Kotlin
warning
Deleting a group only delete the group data locally its doesn't delete the group in the server or to other users.
| Argument | Data type | Description |
|---|---|---|
| GROUP_JID | String | Jid of the group |
| CALLBACK | FlyCallback | FlyCallback implemented as lambda expression |
Delete offline group#
To delete a offline group which is not yet available online(created in server) call the below method.
- Java
- Kotlin
| Argument | Type | Description |
|---|---|---|
| GROUP_JID | String | Jid of the group |