---
title: "Delete Message For Everyone"
method: DELETE
path: "/chat/deleteMessageForEveryone/{instance}"
tags: ["Chat Controller"]
---

# Delete Message For Everyone

`DELETE /chat/deleteMessageForEveryone/{instance}`

Delete Message For Everyone

## Path parameters

- `instance` string, required

## Request body

- object
  - `id` string, required — Message ID
  - `remoteJid` string, required — Chat contact or group remote JID
  - `fromMe` boolean, required — If the message was sent by the instance owner or the contact
  - `participant` string — Participant for group messages only TODO

## Response `201`

Created

- object — Schema representing a WhatsApp protocol message, including the key, message content, timestamp, and status.
  - `key` object — The key that identifies the message in the chat.
    - `remoteJid` string — The remote JID (Jabber ID) of the WhatsApp account.
    - `fromMe` boolean — Indicates whether the message was sent by the user.
    - `id` string — The ID of the message.
  - `message` object — The content of the message.
    - `protocolMessage` object — Details of the protocol message.
      - `key` object — The key that identifies the referenced message.
        - `remoteJid` string — The remote JID (Jabber ID) of the WhatsApp account in the referenced message.
        - `fromMe` boolean — Indicates whether the referenced message was sent by the user.
        - `id` string — The ID of the referenced message.
      - `type` string — The type of protocol message, e.g., 'REVOKE'.
  - `messageTimestamp` string — The timestamp of the message, represented as a string.
  - `status` string — The status of the message, such as sent, received, or pending.

---

[API](https://skmtc.net/evolution-foundation/apis/evolution-api-2.md) · [All operations](https://skmtc.net/evolution-foundation/apis/evolution-api-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/evolution-foundation/evolution-api-2/revisions/153363ee7f38/schema)
