Delete User File

Soft delete — flips deleted_at and decrements ref_count. A future janitor task will GC blobs whose ref_count drops to 0 and prune the soft-deleted rows after some grace period.

delete/api/files/{file_id}

Path parameters

file_idstring required

Headers

authorizationstring nullable

Response

Successful Response

object required

Changes

No recorded changes to this endpoint across all 1 revision of this API.