Remove a resource from a team

Request

DELETE https://{hostname}:{port}
  /cli/resource/teams?{parameters}
Table 1. Request parameters
Parameter Type Required Description
resource string true Name or ID of the resource
team string true Name or ID of the team
type string false Name of the type to use. Leave blank if you are using the type "Standard Resource".

Related CLI command: removeResourceFromTeam.


Feedback