DELETE requests now send parameters as query string
As it is more common to send parameters for DELETE requests as query string and not as request body, we changed this behavior.
As it is more common to send parameters for DELETE requests as query string and not as request body, we changed this behavior.