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 00aa00aa-bb11-cc22-dd33-44ee44ee44ee
Removes the details associated with the input user ID 00aa00aa-bb11-cc22-dd33-44ee44ee44ee.
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 |