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
  • string

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
  • string

The name of the resource group.

applicationGatewayName
path True
  • string

The name of the application gateway.

api-version
query True
  • string

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.