In order to view this lesson, you must purchase this course.
To wrap up the delete feature for our custom backend solution, we'll go ahead and implement deleting on our IOS application. First we'll present a confirm modal to show the options for deleting a post. Once the delete option is selected, we can execute our delete request via Alamofire and then remove the post object from our tableview.