Remove a status from a version

Request

DELETE https://{hostname}:{port}
  /cli/version/status?{parameters}
Table 1. Request 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 Nameor ID of the version
status string true Name of the status to apply

Related CLI command: removeVersionStatus.


Feedback