Backblaze · Arazzo Workflow
Backblaze Purge a File's Versions
Version 1.0.0
Authorize, list a file's versions by prefix, then delete the most recent version found.
Provider
Workflows
purge-file-versions
Find a file version by prefix and delete it.
Authorizes the account, lists file versions in a bucket filtered by prefix, and deletes the first matching version using its fileName and fileId.
1
authorize
authorizeAccount
Log in to the B2 API to obtain the authorization token.
2
listVersions
listFileVersions
List the file versions in the bucket matching the supplied prefix, newest version first.
3
deleteVersion
deleteFileVersion
Delete the most recent version found, supplying both the fileName and fileId as the delete endpoint requires.