You are here

deletePerson

The deletePerson(username) method deletes a person with the given user name from the system.

Parameters

username
The user name of the person to delete.

Example

    people.deletePerson("joe.user");