Delete a tag from an agent

Request

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

Related CLI command: removeTagFromAgent.


Feedback