system.mes.personnel.deletePeople
Description
Deletes multiple Person records by their IDs or usernames. This cannot delete any people that have references to them.
Permissions
This method requires the PERSONNEL.WRITE.DELETE permission.
Syntax
system.mes.personnel.deletePeople(ids)
Parameters
| Parameter | Type | Nullable | Description |
|---|---|---|---|
idsOrUsernames | List<String> | False | List of IDs or usernames of the people to delete. |