Hello, I have an issue with a managedObject : I can’t delete it, neither from the UI nor from a DELETE request on /inventory/managedObjects/xxx. I get a 422 :
{
“error”: “inventory/Invalid Data”,
“message”: “Cannot delete managed object. : Cannot change binary metadata through inventory api.”,
“info”: “https://www.cumulocity.com/guides/reference-guide”
}
However, I don’t find this error in the documentation… How should I delete my object ? Thanks for your time
Paul de La Porte