I'm sending a DELETE server method to an API protected by Oauth2, however, I get the following message.
"error_description": "When putting the token in the body, the method must be POST or PUT"
I've been looking documentation regarding to this issue, and I cannot find a way to send other methods than post and put when including the access token to validate the permisions.
Any ideas?