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

Popular posts from this blog

java - Jmockit String final length method mocking Issue -

asp.net - Razor Page Hosted on IIS 6 Fails Every Morning -

c++ - wxwidget compiling on windows command prompt -