Remove a link from a version
Request
POST https://{hostname}:{port}
/cli/version/removeLinkByName
Accept: {contentType}
Parameter | Type | Required | Description |
---|---|---|---|
Accept |
|
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.