I\'ve managed to disable the \"Delete selected\" action. Easy.
But a user can still click on an item and then there\'s the red Delete link at the bottom.
admin.site.disable_action('delete_selected')
From the docs