Click or drag to resize

ClientDeleteTeam Method

Deactivates a team based on the specified team ID.

Namespace:  MattermostDriver
Assembly:  MattermostDriver (in MattermostDriver.dll) Version: 0.0.3.10 (0.0.3.10)
Syntax
public void DeleteTeam(
	string team_id
)

Parameters

team_id
Type: SystemString
The team ID.
See Also