Is there an API command to remove a workspace from a harbor? I see the command to add in the API documentation but do not see how to remove a workspace from a harbor. (https://api.blazemeter.com/performance/#add-a-workspace-to-private-location)
I'm trying to avoid having to delete and re-create it as all the virtual services currently using the SV harbor would have to be recreated using the new harbor.
Release :
Component : BLAZEMETER PERFORMANCE TESTING
To remove (delete) the workspace from the OPL, you can use the delete call; /private-locations/{harborId}/workspaces/{workspaceId}
See https://api.blazemeter.com/performance/#delete-a-workspace-in-private-location
This will delete, or remove, the workspace from the OPL, but will not delete the workspace itself.