Click or drag to resize

ITookanDeleteTeam Method

Deletes team

Namespace:  NetQuarry.Services
Assembly:  EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax
TookanBaseResponse DeleteTeam(
	int teamId
)

Parameters

teamId
Type: SystemInt32
This is the Unique id of every team. You can get it from the dashBoard. More>teams>respective id of the team will displayed.

Return Value

Type: TookanBaseResponse
The response object.
See Also