Skip to main content
DELETE
Delete a file
Delete is soft in DB + hard in GCS — bytes are unrecoverable immediately. The id remains in audit logs but GET /v1/files/{fileId} will return 404 afterwards.

Authorizations

Authorization
string
header
required

API key in format: Bearer inf_***

Path Parameters

fileId
string
required

Response

Deletion result. Delete is soft in DB + hard in GCS — bytes are unrecoverable immediately.

id
string
Example:

"file_1hR9xTPZqK4mVLc2nJ7fY5wB"

object
string
Example:

"file"

deleted
boolean
Example:

true