I\'m trying to do create a delete function in my web API class.
I had problems earlier with using the Put and Patch Http messages since these were being linked to WebDAV.
After
Your controller is called AccountController and the method is called 'delete' - so don't you need to send in a HTTP DELETE /api/account/delete/JoopSloop in order to match the request to the method.