Unlink external auth provider
unlink_external_authUnlink an OAuth2 provider (like Google or GitHub) from a user record. Enables superusers to remove external authentication associations, controlling sign-in methods.
Instructions
Remove a linked OAuth2 provider from a user record (superuser only).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| provider | Yes | Provider name (e.g. 'google', 'github'). | |
| recordId | Yes | User record id. | |
| collection | No | Auth collection (default 'users'). |