Delete a team

Request

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

Example

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

Related CLI command: deleteTeam.