Deletes file from GridFS by id
Deletes file from GridFS by _id
DELETE /artifacts/files/{fileId}
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Body
Name
Type
Description
fileId
string
File _id
Response
description: Unauthorized.description: Forbidden.Last updated
Was this helpful?