Jump to Content

New API Documentation - Developer Preview Available

We are excited to announce the developer preview of our new API documentation for AWS SDK for JavaScript v3. Please follow instructions on the landing page to leave us your feedback.

Interface DeleteMessageCommandInputProtected

The input for DeleteMessageCommand.

Hierarchy

Properties

id: undefined | string

ID of the message to be deleted. This is the Id field in the received message (see Message (Subscribe) in the Chat Messaging API).

reason?: string

Reason for deleting the message.

roomIdentifier: undefined | string

Identifier of the room where the message should be deleted. Currently this must be an ARN.