delete
abstract fun delete(membershipId: String, handler: CompletionHandler<Void>)
Content copied to clipboard
Deletes a membership by membership id. It removes the person from the space where the membership belongs.
Since
0.1
Parameters
membership Id
The identifier of the membership.
handler
A closure to be executed once the request has finished.