Skip to main content
Glama

Slack MCP Server

by Hais

delete_message

Remove messages from Slack channels using channel ID and message timestamp to manage conversation content and maintain workspace organization.

Instructions

Delete a message

Input Schema

NameRequiredDescriptionDefault
channelYesChannel ID
tsYesMessage timestamp

Input Schema (JSON Schema)

{ "properties": { "channel": { "description": "Channel ID", "type": "string" }, "ts": { "description": "Message timestamp", "type": "string" } }, "required": [ "channel", "ts" ], "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/Hais/slack-bot-mcp'

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