HTTP delete with request body

I am currently working with an external REST API that requires a request body (JSON string) when sending an HTTP delete request. Testing using a REST client works fine however it appears the pub.client:http built-in service does not support sending data when using the delete method. This is according to both the built-in services documentation and my own testing. Is anybody aware of a way of accomplishing this using built-in services?