Hi,
Has anyone successfully used the download tool using the DELETE method?
When i use this method i keep getting errors while POST/GET works with no issues.
Looking at the logs it looks like the payload was being parsed as a header. It must be sent as part of the body and in HTTP there must be a blank line between the URL+headers and the body
DELETE "URL"
Accept: application/json
Content-type: application/json
Authorization: Bearer API-ACCESS-TOKEN
{
"test": 1234
}
Is this a know bug with the download tool?