Slack

SLACK_DELETE_A_COMMENT_ON_A_FILE

Deletes a specific comment from a file in Slack; this action is irreversible.

Remote slack

Other tools also called SLACK_DELETE_A_COMMENT_ON_A_FILE? See providers with this name

Input Schema


            {
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "ID of the comment to delete. This can be obtained when the comment is created or by listing file comments.\nExample: \"Fc1234567890\""
    },
    "file": {
      "type": "string",
      "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.\nExample: \"F1234567890\""
    }
  }
}
          

Provider

Slack →