Thanks for finding this Aaron.
That change will end up calling set_form_data on GET requests too unless the params are removed from the options hash in Transport#request for GETs before calling execute_request. I'm not sure if that matters but I'll look into it and merge some form of this into master.
For what it's worth, my reading of the HTTP spec says Twitter shouldn't be doing it this way:
RFC2616, 9.7: "The DELETE method requests that the origin server delete the resource
identified by the Request-URI"
Seems to me the id of the user should be part of the URI. Maybe I'll take that up with Twitter.
Hayes