Application Gateways - Delete
Deletes the specified application gateway.
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/applicationGateways/{applicationGatewayName}?api-version={api-version}
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
subscriptionId
|
path | True |
|
The subscription credentials which uniquely identify the Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
|
resourceGroupName
|
path | True |
|
The name of the resource group. |
|
applicationGatewayName
|
path | True |
|
The name of the application gateway. |
|
api-version
|
query | True |
|
Client API version. |
Responses
| Name | Type | Description |
|---|---|---|
| 202 Accepted |
Accepted and the operation will complete asynchronously. |
|
| 204 No Content |
Request successful. Resource with the specified name does not exist |
|
| 200 OK |
Delete successful. |