Skip to main content

yammer message remove

Removes a Yammer message

Usage

m365 yammer message remove [options]

Options

--id <id>

The id of the Yammer message

--confirm

Don't prompt for confirming removing the Yammer message

-h, --help [help]

Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are options, examples, remarks, response, full. Default is full.

--query [query]

JMESPath query string. See http://jmespath.org/ for more information and examples.

-o, --output [output]

Output type. json, text, csv, md. Default json.

--verbose

Runs command with verbose logging.

--debug

Runs command with debug logging.

Remarks

caution

In order to use this command, you need to grant the Azure AD application used by the CLI for Microsoft 365 the permission to the Yammer API. To do this, execute the cli consent --service yammer command.

To remove a message, you must either:

  • have posted the message yourself
  • be an administrator of the group the message was posted to or
  • be an admin of the network the message is in

Examples

Removes the Yammer message with the id 1239871123

m365 yammer message remove --id 1239871123

Removes the Yammer message with the id 1239871123 without prompting for confirmation.

m365 yammer message remove --id 1239871123 --confirm

Response

The command won't return a response on success.

CTRL + M