removeVersionLink
Remove a link from a version
Format
udclient [global-args...] [global-flags...]
removeVersionLink [parameters]
Parameters
Parameter | Type | Required | Description |
---|---|---|---|
component | string | false | Name or ID of the component; this value is required if you specify the version name instead of ID |
version | string | true | Name or ID of the version |
linkName | string | true | Name of the link to remove |
Example
udclient -username jsmith -password passwd
-weburl https://deployserver.example.com:8443
removeVersionLink
-component JPetStore-APP
-version 1.0
-linkName "Link to MyCompany example web site"
Related REST command: Remove a link from a version.