An Azure service that is used to collect, analyze, and act on telemetry data from Azure and on-premises environments.
Hi Ludwig Wurmannstätter
Open PowerShell and connect to your Azure account by using the Connect-AzAccount cmdlet.
Execute the following command to select the subscription that contains the workspace you wish to delete:
Set-AzContext -SubscriptionId <SubscriptionId>
Run the following command to delete the workspace:
Remove-AzOperationalInsightsWorkspace -ResourceGroupName <ResourceGroupName> -Name <WorkspaceName>
If you have any further queries, do let us know.
If the answer is helpful, please click "Accept Answer" and "Upvote it".