Skip to main content
Glama

WSAPI WhatsApp MCP Server

by wsapi-chat

whatsapp_delete_message

Delete WhatsApp messages for all chat participants using message ID, chat ID, and sender ID to remove unwanted content from group or individual conversations.

Instructions

Delete a message for all participants in the chat.

Input Schema

NameRequiredDescriptionDefault
chatIdYesChat ID where the message is located
messageIdYesID of the message to delete
senderIdYesID of the message sender

Input Schema (JSON Schema)

{ "properties": { "chatId": { "description": "Chat ID where the message is located", "type": "string" }, "messageId": { "description": "ID of the message to delete", "type": "string" }, "senderId": { "description": "ID of the message sender", "type": "string" } }, "required": [ "messageId", "chatId", "senderId" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/wsapi-chat/wsapi-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server