In order to view this lesson, you must purchase this course.
Now that our browser is properly hooked up to delete post objects, let's create a proper route that handles a DELETE request. This request will simply delete objects using the Waterline destroy command. Once the object is deleted, let's update our UI to make sure it is removed from the DOM.