Deletes a team

synDeleteTeam(id)

Arguments

id

The ID of the team to delete.

Value

NULL

Examples

if (FALSE) { # \dontrun{
synDeleteTeam('your_team_id')
} # }