Delete a team
Request
PUT https://{hostname}:{port}
/cli/team/delete?{parameters}
Accept: {contentType}
| Parameter | Type | Required | Description |
|---|---|---|---|
| team | string | true | Name of the team |
| Parameter | Type | Required | Description |
|---|---|---|---|
| Accept |
|
true |
Example
curl -k -u jsmith:passwd
"https://deployserver.example.com:8443/cli/team/delete
?team=MyNewTeam" -X PUTRelated CLI command: deleteTeam.