I tried to update module-rest from 1.2.7 to 1.3.0 and my tests with sendDELETE are failing because codeception no longer sends the $params as request body but as query parameters.
Is there a way to restore the old behaviour? Request bodys are allowed in HTTP DELETE and therefore should be supported by codeception too.