Creates a new DeleteRemoteAction for the given relative path.
Path relative to the sync root.
The B2 file version ID to delete.
Callback that performs the deletion.
ReadonlyfileThe B2 file version ID to delete.
ReadonlyrelativePath relative to the sync root.
ReadonlysizeSize in bytes of the file, or 0 for metadata-only actions.
ReadonlytypeThe kind of action.
Deletes the remote file version (unless dryRun) and returns a 'delete-remote' event.
Whether to simulate the action without making changes.
Optionalsignal: AbortSignalOptional abort signal for canceling the delete request.
A promise resolving to the sync event produced by the action.
Permanently deletes a specific file version from B2.