Writing Code - Building Todo List App Backend - Session 6: Deleting a Todo List by its ID

Published: 16 April 2017
on channel: Manthan Dave
269
1

What's up Youtubers! In this awesome session we're exploring how to delete a todo list by its ID. For now, we're only going to allow our users/developers to delete one todo list at a time. This way we avoid batch deletes, for now.

As usual, code for this session is available at: https://github.com/manthanhd/wc-todoa...

In case you need a refresher, readme is at: https://github.com/manthanhd/wc-todoa...