Remove a link from a version

Request

POST https://{hostname}:{port}
    /cli/version/removeLinkByName
Accept: application/json
Table 1. Header parameters
Parameter Type Required Description
Accept application/json true
This command takes a JSON request string or file. Use the following template for the request:
{
  "component": "Name or ID of the component; this value is 
  required if you specify the version name instead of ID",
  "name": "Name of the link",
  "version": "Name or ID of the version"
}

Related CLI command: removeVersionLinkByName.