Management Group Diagnostic Settings - Delete

Deletes existing management group diagnostic settings for the specified resource.

DELETE https://management.azure.com/providers/microsoft.management/managementGroups/{managementGroupId}/providers/microsoft.insights/diagnosticSettings/{name}?api-version=2020-01-01-preview

URI Parameters

Name In Required Type Description
managementGroupId
path True

string

The management group id.

name
path True

string

The name of the diagnostic setting.

api-version
query True

string

The API version to use for this operation.

Responses

Name Type Description
200 OK

Successful request to remove a management group diagnostic setting

204 No Content

Successful request to remove a management group diagnostic setting

Other Status Codes

ErrorResponse

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

Deletes the management group diagnostic setting

Sample Request

DELETE https://management.azure.com/providers/microsoft.management/managementGroups/testChildMG7/providers/microsoft.insights/diagnosticSettings/setting1?api-version=2020-01-01-preview

Sample Response

Definitions

ErrorResponse

Describes the format of Error response.

Name Type Description
code

string

Error code

message

string

Error message indicating why the operation failed.