Hide a file in B2 (creates a "hide marker" file version that masks the
previous version from listFileNames and downloads-by-name).
Versioning is always on in B2, so hide is a soft-delete: the underlying
data and prior versions remain until lifecycle rules collect them. To
permanently delete, use the delete command.
To unhide, run delete against the hide marker's fileId (use list
with versions if you need to discover it).
Hide a file in B2 (creates a "hide marker" file version that masks the previous version from
listFileNamesand downloads-by-name).Versioning is always on in B2, so hide is a soft-delete: the underlying data and prior versions remain until lifecycle rules collect them. To permanently delete, use the
deletecommand.To unhide, run
deleteagainst the hide marker'sfileId(uselistwith versions if you need to discover it).