Delete items
You guessed it, this is the D in CRUD.
Last, but not least, we look at deleting items. While storage these days is quite affordable, it's good practice to let people delete todo items — it provides a helpful dopamine push :-).
We will use the same unique item ID from the previous lesson to tell the API which item exactly to delete.