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). On Sunday, 28 August 2016 23:22:29 UTC-7, Vinod Kumar wrote: > > Hi, > > I am trying to delete multiple records through REST DELETE API. For some > reason the request body is not reaching the API. I know that it is not > recommended to send a request body in REST DELETE. How can i achieve > deletion of multiple records? > -- You received this message because you are subscribed to the Google Groups "Google App Engine" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/google-appengine. To view this discussion on the web visit https://groups.google.com/d/msgid/google-appengine/12fd1cc4-e210-4aac-a1a7-cfe91d793c12%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
