Share via


/messages/[:id] - Delete

Definition

https://www.yammer.com/api/v1/messages/:message_id

Parameters

Name In Required Type Description
message_id Path integer Add a message specified by the numeric ID.

Documentation

Remove a message. 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.

Note

DELETE requests should use querystring parameters. If your app does not support the DELETE method you can do a POST with the parameter _method=DELETE.