delete
abstract fun delete(teamMembershipId: String, handler: CompletionHandler<Void>)
Content copied to clipboard
Deletes a membership by id.
Since
0.1
Parameters
team Membership Id
The identifier of the membership.
handler
A closure to be executed once the request has finished.