Delete a tag from a component

Request

DELETE https://{hostname}:{port}
    /cli/component/tag?{parameters}
Table 1. Request parameters
Parameter Type Required Description
component string true Name or ID of the component
tag string true Name of the tag

Related CLI command: removeTagFromComponent.


Feedback