Try taking a look at this guide,
it includes exactly this functionality
Anyway, it’s simpler than you think,
you have a list shown in the RecyclerList, when you click the delete button, remove the item from the list and update the RecyclerList with notifyItemRemoved(positionOfItem).