Hi ,
It is not recommended to keep the deliveries which are not really in use/will not be used as it utilizes the platform space
Delete the deliveries .
You can simply create a query on Delivery schema :
use the conditions ->label contains Proof or status being edited
Update activity ->delete operation on Deliveries
Thanks