Interaction Design patterns are solutions to commonly faced design problems. Proto.io offers you a number of these patterns, as complex UI components that you can add to your project and customize, saving you a lot of time.
This video explains how to use the "Slide to delete" pattern. When you slide-left on a list item, it moves to the left and reveals a trash can icon, which deletes the item on tap. You can choose the number of items to be added to your canvas and the height of each. For each item, a separate container is added. You can edit and customize those containers. Each container has two states and changes from one to the other with a transition. They also have interactions to move up all items below the one deleted.