Storage Insights - Delete

Deletes a storageInsightsConfigs resource

DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.OperationalInsights/workspaces/{workspaceName}/storageInsightConfigs/{storageInsightName}?api-version=2015-03-20

URI Parameters

Name In Required Type Description
resourceGroupName
path True

string

The Resource Group name.

Regex pattern: ^[-\w\._\(\)]+$

storageInsightName
path True

string

Name of the storageInsightsConfigs resource

subscriptionId
path True

string

The Subscription ID.

workspaceName
path True

string

The Log Analytics Workspace name.

api-version
query True

string

The client API version.

Responses

Name Type Description
200 OK

OK response definition.

204 No Content

NoContent response definition.

Security

azure_auth

Azure Active Directory OAuth2 Flow

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
user_impersonation impersonate your user account

Examples

StorageInsightsDelete

Sample Request

DELETE https://management.azure.com/subscriptions/00000000-0000-0000-0000-00000000000/resourcegroups/OIAutoRest5123/providers/Microsoft.OperationalInsights/workspaces/aztest5048/storageInsightConfigs/AzTestSI1110?api-version=2015-03-20

Sample Response