Skip to main content
Skip to main content

delete - Auth Module Reference

This documentation provides a reference to the delete method. This belongs to the Auth Module.

This method deletes a auth by its ID.

Example

await authModuleService.delete(["authusr_123", "authusr_321"])

Parameters

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

Returns

PromisePromise<void>Required
Resolves when {summary}
Was this section helpful?