Deletes a team

synDeleteTeam(id)

Arguments

id

The ID of the team to delete.

Value

NULL

Examples

if (FALSE) {
synDeleteTeam('your_team_id')
}