MCPcopy Index your code
hub / github.com/parse-community/parse-server / deleteFile

Method deleteFile

src/Adapters/Files/FilesAdapter.js:57–57  ·  view source on GitHub ↗

Responsible for deleting the specified file * * @param {string} filename - the filename to delete * * @return {Promise} a promise that should fail if the deletion didn't succeed

(filename: string)

Source from the content-addressed store, hash-verified

55 * @return {Promise} a promise that should fail if the deletion didn't succeed
56 */
57 deleteFile(filename: string): Promise {}
58
59 /** Responsible for retrieving the data of the specified file
60 *

Callers 1

deleteHandlerMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected