Does the HttpDelete contain a method like setEntity(), like HttpPost or HttpPut? When I use HttpPost i do something like this:
httppost.setEntity(new UrlEncodedFormEntity(
getNameValuePairsForFriends(context, friendID)));
How can I do this with wtih delete?