Add the standard WordPress trash functionality to the media library.
<?php // In wp-config: define( 'MEDIA_TRASH', true ); // Want to empty trash after a certain amount of days? define( 'EMPTY_MEDIA_TRASH', 30 ); ?>
WordPress Snippet