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

Опубликовано: 23 Июль 2026
на канале: Manthan H
279
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...