provider files.commentsfiles POST /files.comments.delete
@utdk/slack /files.comments.delete
files_comments_delete
Deletes an existing comment on a file.
token header
Authentication token. Requires scope: `files:write:user`
string

Try it

Authentication
Configure credentials for Slack Web API
filesCommentsDelete
POST/files.comments.delete
Deletes an existing comment on a file.

Input

File to delete a comment from.

The comment to delete.

Configure credentials above to enable sending.

Code snippet
Updates live as you fill in the form above.

TypeScript

import slack from '@utdk/slack';

await slack.filesCommentsDelete()