As of April 12th, you must go to Progress SupportLink to create new support cases or to access existing cases. Please, bookmark the SupportLink URL and use the new portal to contact the support team.
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)
A B
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)