Remove-AdminFlowUserDetails
Removes the flow user details for the input user ID. This cmdlet throws an error if the input user is an owner of any flows in the tenant.
Syntax
Remove-AdminFlowUserDetails
-UserId <String>
[-ApiVersion <String>]
[<CommonParameters>]
Description
The Remove-AdminFlowUserDetails cmdlet deletes the flow user details associated with the input user ID from the flow database. Use Get-Help Remove-AdminFlowUserDetails -Examples for more detail.
Examples
EXAMPLE 1
Remove-AdminFlowUserDetails -UserId 7557f390-5f70-4c93-8bc4-8c2faabd2ca0
Removes the details associated with the input user ID 7557f390-5f70-4c93-8bc4-8c2faabd2ca0.
Parameters
-ApiVersion
Specifies the Api version that is called.
Type: | String |
Position: | Named |
Default value: | 2017-05-01 |
Required: | False |
Accept pipeline input: | True |
Accept wildcard characters: | False |
-UserId
Object ID of the user to delete.
Type: | String |
Position: | Named |
Default value: | None |
Required: | True |
Accept pipeline input: | True |
Accept wildcard characters: | False |