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.
Apologies for the problem. It should now be corrected. Please let us know if you are still seeing it.
The reason was that a new release that incorrectly deserializing IDs for some objects on deletes. This was not caught by our automated testing, but we have now closed that gap.
Karol
I'm able to retrieve a given object (http GET), but when I attempt to delete it (http DELETE), I receive the following error:
HTTP/1.1 404
Content-Type: application/json
X-Kinvey-API-Version: 2
X-Kinvey-Request-Id: ab9a6de3ebbf4079bae38293348c0d90
X-Powered-By: Express
{
"error": "EntityNotFound",
"description": "This entity not found in the collection",
"debug": ""
}