Skip to main content

Delete Message

Deletes a message from a space or chat.

External Documentation

To learn more, visit the Google Chat documentation.

Basic Parameters

ParameterDescription
Force DeleteWhen true, deleting a message also deletes its threaded replies.
When false, if a message has threaded replies, deletion fails.
MessageResource name of the message you want to delete. Can be obtained via the List Messages action.
Format: spaces/{space}/messages/{message}.

Advanced Parameters

ParameterDescription
Delegated User OverridePerform the action on behalf of another user, overriding the delegated user defined in the connection.

If not specified, the delegated user is the one provided in the connection.

Has no effect when using an OAuth connection.

NOTE: the connection details are not edited by this input.

Workflow Library Example

Delete Message with Google Chat and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop