delete

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

Deletes a membership by id.

Since

0.1

Parameters

teamMembershipId

The identifier of the membership.

handler

A closure to be executed once the request has finished.