FruxonDocs
SystemStorage

Deletes a stored file.

Removes the storage object (all generations) and its tracking row. Files still referenced by another entity — an avatar, workspace/environment logo, chat signature, or a knowledge asset's backing file — are refused with a 409 naming the reference, since deleting them would silently break the referencing entity.

DELETE
/v1/tenants/{tenant}/storage/{fileId}
AuthorizationBearer <token>

JWT Authorization header using the Bearer scheme. Enter 'Bearer' [space] and then your token.

In: header

Path Parameters

fileId*string

The file identifier.

tenant*string

The tenant identifier

Response Body

curl -X DELETE "https://api.fruxon.com/v1/tenants/string/storage/string"
Empty
Empty
Empty
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}
{
  "type": "string",
  "title": "string",
  "status": 0,
  "detail": "string",
  "instance": "string",
  "property1": null,
  "property2": null
}