Delete Web Application Firewall Appliance (DELETE)
Published: July 13, 2016
Updated: July 12, 2016
Deletes a WAF and reverts the reroute.
Method | Request Uri |
|---|---|
DELETE | https://<endpoint>/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.Security/webApplicationFirewalls/{name}?api-version={api-version} |
Parameter | Description |
|---|---|
subscriptionId | The subscription id |
resourceGroupName | The name of the resource group the IaaS WAF was created at |
name | Name for the WAF. The name matches the CSM deployment name that the IaaS WAF was created in (on client side). |
Common request headers only.
None
If successful, the operation returns HTTP status code of 202 (ACCEPTED).
If the item does not exist, return 204.
None
Show: