The public issue tracker for this is here:
https://code.google.com/p/googleappengine/issues/detail?id=601
Unfortunately, as per the RFC, you cannot supply a body with a DELETE request.
When I've hit this in the past, I've been lucky enough that the API provided also supported an equivalent POST endpoint (in my case I had to specify the query argument ?method=DELETE).