Start a new topic

Delete a group via API console - not possible

Hello



If we use REST via the API console to delete a group, I get



{

"error": "IncompleteRequestBody",

"description": "The request body is either missing or incomplete",

"debug": "Request came in with a missing body"

}



However, there is no place, on a delete, on that API console, for us to provide a body, even a blank one.



Additionally, http://devcenter.kinvey.com/rest/guides/users#usergroups the update example seems not be documented correctly (looks like a bug in how you auto-generate your docs)


Thank you for reporting this! I have created a patch which we will be deploying later today.
This is now fixed. You can now send deletion requests to the server without fear of getting an IncompleteRequestBody error.
Login or Signup to post a comment