SlackWeb.Files.Comments.delete

You're seeing just the function delete, go back to SlackWeb.Files.Comments module for more information.
Link to this function

delete(file, id, optional_params \\ %{})

View Source

Deletes an existing comment on a file.

Required Params

  • file - File to delete a comment from. ex: F1234567890
  • id - The comment to delete. ex: Fc1234567890

Errors the API can return:

  • 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.