On Jun 24, 5:20 pm, Taylor Singletary <taylorsinglet...@twitter.com>
wrote:
> Hi Milen,
>
> When you're using a DELETE HTTP method, are you sending the id=12345
> parameter on the query string or in a POST body?
>
> It should be in the query string. There's some contention in the universe on
> whether HTTP DELETEs should accept a body. In our case, like many HTTP
> servers, we do not.

That seemed to be the cause of the issue, Taylor. I've now modified
the code to not use a POST body and everything works fine. May I
suggest a better error message from the API in the case that I was
experiencing?

Many thanks,
Milen

Reply via email to