Is your feature request related to a problem? Please describe.
When I run the following command no errors and no verbose information is returned.
Remove-PnPFlow -Environment $globals.envGUID -Identity 'somefakeidentity' -AsAdmin -Force -Verbose
Describe the solution you'd like
- Ideally errors are returned so I can leverage -ErrorAction and -ErrorVariable.
- Verbose information would also be useful.
Describe alternatives you've considered
N/A
Additional context
N/A