delete

abstract fun delete(teamId: String, handler: CompletionHandler<Void>)

Deletes the team on basis of the team id provided

Since

0.1

Parameters

teamId

The identifier of the team.

handler

A closure to be executed once the request has finished.