google provisioning api - Deleting a sub organization -
i running issue when try delete sub organizations.
i following error (customer id removed)
execution of request failed: https://apps-apis.google.com/a/feeds/orgunit/2.0/custid/qa%2ftesting%2fmoar%2bgroups"}
i using google apps c# library , calling this
orgservice.deleteorganizationunit(customerid, "qa/testing/moar+groups");
the response body "1301: entity not exist"
i taking path directly feed organizations , passing delete , still failing... idea going on here?
is name of ou "qa/testing/moar+groups" or "qa/testing/moar groups"? should passing true name of ou library, should take care of url encoding it.
Comments
Post a Comment