Concept Flow - DeleteView for removal
User clicks delete link
DeleteView receives request
Confirm deletion page shown
User confirms deletion
DeleteView deletes object
Redirect to success URL
The DeleteView shows a confirmation page, then deletes the object after user confirmation, and finally redirects.