You can use the DisableEncryptionAtRest method to remove the encryption that was previously applied to the cluster using the EnableEncryptionAtRest method. This disable method is asynchronous and returns a response before encryption is disabled. You can use the GetClusterInfo method to poll the system to see when the process has completed.
This method has no input parameters.
This method has no return values.
Requests for this method are similar to the following example:
{ "method": "DisableEncryptionAtRest", "params": {}, "id": 1 }
This method returns a response similar to the following example:
{ "id" : 1, "result" : {} }