For the complete documentation index, see llms.txt. This page is also available as Markdown.

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.
description: Forbidden.

Last updated