#### What are you trying to achieve? I'm trying to send a DELETE request with some params. #### What do you get instead? The params are sent in the body. While technically not a violation (https://tools.ietf.org/html/rfc7231#section-4.3.5) it seems more logical to me to put the parameters in the query string when executing a DELETE request.