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
)
Function DeleteTeam (
teamId As Integer
) As TookanBaseResponse
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:
TookanBaseResponseThe response object.
See Also