Packages

A Slack Web & Real Time Messaging API client.

Current section

Files

Jump to
slack_kit priv docs methods files.comments.delete.json
Raw

priv/docs/methods/files.comments.delete.json

{
"args": {
"file": {
"desc": "File to delete a comment from.",
"example": "F1234567890",
"required": true,
"type": "string"
},
"id": {
"desc": "The comment to delete.",
"example": "Fc1234567890",
"required": true,
"type": "string"
}
},
"desc": "Deletes an existing comment on a file.",
"errors": {
"cant_delete": "The requested comment could not be deleted.",
"file_deleted": "The requested file was previously deleted.",
"file_not_found": "The requested file could not be found."
},
"rate_limit": {
"label": "Tier 2: 20+ per minute",
"url": "https://docs.slack.dev/apis/web-api/rate-limits"
},
"scopes": {
"bot": [
{
"name": "files:write",
"url": "https://docs.slack.dev/reference/scopes/files.write"
}
],
"user": [
{
"name": "files:write",
"url": "https://docs.slack.dev/reference/scopes/files.write"
}
]
}
}