Skip to main content

Edit and delete messages

Sent a typo, or want to take a message back? You can edit or delete any message you sent. Edited messages keep an Edited label so the conversation stays honest.

Before you start

You can only edit or delete your own messages. Other people's messages show a smaller menu with just reply, react, and copy.

  1. Right-click your message to open its menu.

    Screenshot coming soon
    The right-click message menu on your own message, showing Reply, Edit, copy, and delete
    Capture spec (for maintainers)
    {
      "id": "web.chat-and-messaging.edit-and-delete-messages.context-menu",
      "platform": "web",
      "route": "/chats",
      "actions": [
        {
          "pom": {
            "page": "ChatPage",
            "call": "openFirstGroupChannel"
          }
        },
        {
          "pom": {
            "page": "ChatPage",
            "call": "openOwnMessageContextMenu"
          }
        }
      ],
      "clip": {
        "testId": "text-message-context-menu",
        "pad": 12
      }
    }
  2. To edit, click Edit. The message loads back into the input field — change the text and press Enter to save. The message now shows an Edited label.

  3. To delete, right-click the message again and click the delete option. It's removed for everyone.

Good to know

Deleting a message is permanent — there's no undo. If you only need to correct something, edit it instead so you keep the thread intact.