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
idsstring[]RequiredThe list of IDs of users to delete.
Returns
PromisePromise<void>RequiredResolves when the users are deleted.
Was this section helpful?