unlink_identity¶
Operation¶
unlink_identity
async
¶
unlink_identity(input: UnlinkIdentityInput, plugins: list[Plugin] | None = None) -> UnlinkIdentityOutput
Unlinks a federated identity from an existing account. Unlinked logins will be considered new identities next time they are seen. Removing the last linked login will make this identity inaccessible.
This is a public API. You do not need any credentials to call this API.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
UnlinkIdentityInput
|
An instance of |
required |
plugins
|
list[Plugin] | None
|
A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations. |
None
|
Returns:
| Type | Description |
|---|---|
UnlinkIdentityOutput
|
An instance of |
Input¶
UnlinkIdentityInput
dataclass
¶
Output¶
UnlinkIdentityOutput
dataclass
¶
Dataclass for UnlinkIdentityOutput structure.