You can use the RemoveClusterAdmin method to remove a Cluster Admin. You cannot remove the "admin" Cluster Admin account.
This method has the following input parameter:
Name | Description | Type | Default value | Required |
---|---|---|---|---|
clusterAdminID | ClusterAdminID for the Cluster Admin to remove. | integer | None | Yes |
This method has no return values.
Requests for this method are similar to the following example:
{ "method": "RemoveClusterAdmin", "params": { "clusterAdminID" : 2 }, "id" : 1 }
This method returns a response similar to the following example:
{ "id" : 1 "result" : { } }
9.6