Smart Detector Alert Rules - Delete

Delete an existing Smart Detector alert rule.

DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.alertsManagement/smartDetectorAlertRules/{alertRuleName}?api-version=2019-06-01

URI Parameters

Name In Required Type Description
alertRuleName
path True

string

The name of the alert rule.

resourceGroupName
path True

string

The name of the resource group.

subscriptionId
path True

string

The ID of the target subscription.

api-version
query True

string

Client Api Version.

Responses

Name Type Description
200 OK

Successful request to delete a Smart Detector alert rule.

204 No Content

The Smart Detector alert rule does not exist. It may have already been deleted.

Other Status Codes

SmartDetectorErrorResponse

Error response describing why the operation failed.

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

Delete a Smart Detector alert rule

Sample request

DELETE https://management.azure.com/subscriptions/b368ca2f-e298-46b7-b0ab-012281956afa/resourceGroups/MyAlertRules/providers/microsoft.alertsManagement/smartDetectorAlertRules/MyAlertRule?api-version=2019-06-01

Sample response

Definitions

SmartDetectorErrorResponse

Describe the format of an Error response.

Name Type Description
code

string

Error code

message

string

Error message indicating why the operation failed.