Slack
SLACKBOT_DELETE_A_COMMENT_ON_A_FILE
Deletes a specific comment from a file in Slack; this action is irreversible.
Remote slackbot
Other tools also called SLACKBOT_DELETE_A_COMMENT_ON_A_FILE?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"id": {
"type": "string",
"title": "Id",
"examples": [
"Fc1234567890"
],
"description": "ID of the comment to delete. This can be obtained when the comment is created or by listing file comments."
},
"file": {
"type": "string",
"title": "File",
"examples": [
"F1234567890"
],
"description": "ID of the file to delete a comment from. The file ID can be obtained using the `files.info` method or when a file is shared."
}
}
}