You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.
Submit feature requests to http://www.mattermost.org/feature-requests/. File non-security related bugs here in the following format:
Summary
How to remove / delete a uploaded file from mattermost-server ?
Environment Information
Steps to reproduce
Upload file
mattermostClient.uploadFile(imageFormData)
Get file
mattermostClient.getFile(fileId)
There is function available for delete the file
Expected behavior
Upload file
mattermostClient.uploadFile(imageFormData)
Get file
mattermostClient.getFile(fileId)
Remove file
mattermostClient.removeFile(fileId)
Observed behavior
There is no function to do this task.
Possible fixes
If you can, link to the line of code that might be responsible for the problem.
The text was updated successfully, but these errors were encountered: