Slack
slack_delete_message
Delete a message. Bot can only delete messages it posted.
Remote node2flow/slack
Other tools also called slack_delete_message?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"ts": {
"type": "string",
"description": "Timestamp of the message to delete"
},
"channel": {
"type": "string",
"description": "Channel containing the message"
}
}
}