- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
Menu
- Get Started
- Product
- Resources
- Tools & SDKs
- Framework
- Reference
deleteProviderIdentities - Auth Module Reference
This documentation provides a reference to the deleteProviderIdentities
method. This belongs to the Auth Module.
Note: You should only use this methods when implementing complex customizations. For common cases, check out available workflows instead.
This method deletes a provider identity by its ID.
Example#
Parameters#
ids
string[]The IDs of the provider identity.
Returns#
Promise
Promise<void>Resolves when {summary}
Was this page helpful?