delete

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

Delete the details of person by person id. Only admins are able to use this function

Since

1.4.0

Parameters

personId

The personId for which Person details required. (Derived parameter: Use MembershipClient.list to get the list of members. Then use Membership.personId to get the personId of the member).

handler

an instance of CompletionHandler