Message: delete / group (client -> app)

Back to overview

Leave or delete a group.

This message SHALL be sent when the user leaves or deletes a group in the client.

Acknowledgement

This message is being acknowledged by:

Message Condition Error Codes
update/confirm (app -> client)

Only if acknowledging delete/group and not before the app has successfully delivered all group control messages to the server

Name Description
alreadyLeft

You already left this group

badRequest

Invalid argument

internalError

An internal error occurred

invalidGroup

Group not found

notAllowed

Only the admin is allowed to delete a group

Args

Field Description Type Optional Nullable
id

The receiver identity

String False False
deleteType

The deletion mode

Allowed values: "leave", "delete"

String False False

Data

None