delete - User Module Reference
This documentation provides a reference to the delete
method. This belongs to the User Module.
This method deletes users by their IDs.
Example
Parameters
ids
string[]RequiredThe list of IDs of users to delete.
Returns
Promise
Promise<void>RequiredResolves when the users are deleted.
Was this section helpful?