Delete a team

Request

PUT https://{hostname}:{port}
    /cli/team/delete?{parameters}
Table 1. Request parameters
Parameter Type Required Description
team string true Name of the team

Example

curl -k -u jsmith:passwd 
   
  "https://myserver.example.com:8443/cli/team/delete
  ?team=MyNewTeam" -X PUT

Related CLI command: deleteTeam.


Feedback