Skip to main content
Skip to main content

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

{example-code}

Parameters

idsstring[]Required
The list of IDs of users to delete.
sharedContextContext
A context used to share resources, such as transaction manager, between the application and the module.

Returns

PromisePromise<void>Required
Resolves when the users are deleted.
Was this section helpful?