Delete Application Gateway  

 

Deletes an Application Gateway.

Method

Request URI

DELETE

https://management.core.windows.net/<subscription-id>/services/networking/applicationGateways/<applicationGatewayName>

URI Parameter

Description

api-version=<api-version>

Version of the API, set to 2015-04-01

The following table describes the request headers.

URI Parameter

Description

x-ms-version

Version of the API, set to 2015-04-01

A successful operation returns status code 202(Accept). If the Gateway is currently being deleted, the operation returns a status code of 409(Conflict).

<?xml version="1.0" encoding="utf-8"?>
<GatewayOperationAsyncResponse xmlns="http://schemas.microsoft.com/windowsazure">
  <ID>operation-id</ID>
</GatewayOperationAsyncResponse>

Element name

Description

operation-id

Uniquely identifies the operation. To get more information about the status of an operation, such as whether it is still executing or complete, you can call Get Virtual Network Gateway Operation Status with the operation ID.

Show: