Hi All,
I can't remove group via RPC using Perl script. Working with local latest trial version of Confluence server.
Here is my code:
my $res = $conflRPC->call("confluence1.removeGroup", $token, "my-group", "confluence-users");
it always returns 1, even if I set wrong group name.
In the same time similar call removing users works fine:
$conflRPC->call("confluence1.removeUser", $token, $user)
I suspect Confluence server is waiting for some confirmation but I am not sure.
Not able to delete this. Sorry for getting your hopes high.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.