Remove a tag from a resource

Request

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

Related CLI command: removeTagFromResource.


Feedback