Message: delete / cleanReceiverConversation (client -> app)

Back to overview

Delete all messages in a conversation.

This message SHALL be sent when the user deletes all message of a conversation in the client.

Acknowledgement

This message is being acknowledged by:

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

Only if acknowledging delete/cleanReceiverConversation

Name Description
badRequest

Invalid request

internalError

An internal error occurred

invalidIdentity

Receiver with the specified id not found

Args

Field Description Type Optional Nullable
id

The receiver identity

String False False
type

The receiver type

Allowed values: "contact", "group", "distributionList"

String False False

Data

None