delete_user¶
Operation¶
delete_user
async
¶
delete_user(input: DeleteUserInput, plugins: list[Plugin] | None = None) -> DeleteUserOutput
Deletes a user by email id.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
DeleteUserInput
|
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 |
|---|---|
DeleteUserOutput
|
An instance of |
Input¶
DeleteUserInput
dataclass
¶
Dataclass for DeleteUserInput structure.
Output¶
DeleteUserOutput
dataclass
¶
Dataclass for DeleteUserOutput structure.