Is there a way to unlink or remove items that have been appended to the zip? I'm running into an issue where I need to remove some data so that the user doesn't see broken or unfinished files. I'm generating data on the fly to be streamed into the zip archive using zip.append but need to rollback that single file if certain conditions are met.