Action Groups - Delete
Een actiegroep verwijderen.
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/actionGroups/{actionGroupName}?api-version=2021-09-01
URI-parameters
Name | In | Vereist | Type | Description |
---|---|---|---|---|
action
|
path | True |
string |
De naam van de actiegroep. |
resource
|
path | True |
string |
De naam van de resourcegroep. De naam is niet hoofdlettergevoelig. |
subscription
|
path | True |
string |
De id van het doelabonnement. |
api-version
|
query | True |
string |
De API-versie die voor deze bewerking moet worden gebruikt. |
Antwoorden
Name | Type | Description |
---|---|---|
200 OK |
De actiegroep is verwijderd. |
|
204 No Content |
De actiegroep bestaat niet. Deze is mogelijk al verwijderd. |
|
Other Status Codes |
Er is een fout opgetreden en de actiegroep kan niet worden verwijderd. |
Beveiliging
azure_auth
Azure Active Directory OAuth2-stroom
Type:
oauth2
Stroom:
implicit
Autorisatie-URL:
https://login.microsoftonline.com/common/oauth2/authorize
Bereiken
Name | Description |
---|---|
user_impersonation | uw gebruikersaccount imiteren |
Voorbeelden
Delete an action group
Voorbeeldaanvraag
Voorbeeldrespons
Definities
ErrorResponse
Beschrijft de indeling van foutantwoord.
Name | Type | Description |
---|---|---|
code |
string |
Foutcode |
message |
string |
Foutbericht waarin wordt aangegeven waarom de bewerking is mislukt. |