Deletes file from GridFS by id

DELETE /artifacts/files/{fileId}

Deletes file from GridFS by _id

Headers

Name
Value

Content-Type

application/json

Authorization

Bearer <token>

Body

Name
Type
Description

fileId

string

File ID

Response

description: Unauthorized.

Last updated