Delete Runspace
Deletes the PowerShell instance that is prepresented by this runspace resource. Running script in the PowerShell instance won’t prevent the operation.
Request
URLURL
https://{api_host}/api/runspaces/{id}
Parameters
Parameters
string
id
Required
Unique identifier of the runspace
cURL Command
curl -X DELETE https://{api_host}/api/runspaces/{id}