Yea, I know it is kind of wonky as DELETE is supposed to imply
deleting the resource. So I'm pretty sure it is by design that
RestSharp does not write anything into the body. However, where
parameters belong is also one of those things that isn't really "in
stone" so to speak. Deleteing a resource that has a hundred
parameters would result in some pretty big urls, while putting it into
the request body could allow it to be a little cleaner (at least
reading the url would be cleaner).
Anyway, I'll just work around it if I need to. I was just curious if
it is ok to add support for it, or if there is a compelling reason to
not support it.
Thanks for the reply.
Adam