Remove an application from a team#

Request#

DELETE https://{hostname}:{port}
    /cli/application/teams?{parameters}

Parameter Type Required Description
application string true Name or ID of the application.
team string true Name or ID of the team.
type string false Name of the security type to use; the default is Standard Application.

Related CLI command: removeApplicationFromTeam.

Parent topic: application resource