Delete File
DELETE https://example.com/db/{database}/gridFS/{bucket}/{file}
Description
Deletes a file from a GridFS bucket.
Source Files
File Path | Line Number | Action |
---|---|---|
mongo-express/lib/routes/gridfs.js | 119 | View |
mongo-express/lib/router.js | 356 | View |
Parameters
Name | Required | Type |
---|---|---|
database | true | string |
bucket | true | string |
file | true | string |