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 identifier of the person.

handler

an instance of CompletionHandler