Removes a server selection script from the Data Governance Edition deployment.
Syntax:
Remove-QServerSelectionScript -Id <String> [<CommonParameters>]
| Parameter | Description | 
|---|---|
| Id | 
 Specify the ID (GUID format) of the server selection script to be removed. Run the Get-QServerSelectionScript cmdlet without any parameters to retrieve a list of available server selection scripts and associated IDs.  | 
Examples:
| Example | Description | 
|---|---|
| Remove-QServerSelectionScript 2196674d-e227-4ce9-af29-1bb9f69a7718 | Removes the random node server selection script from the database. |