Web Services - Remove
Deletes the specified web service.
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}?api-version=2016-05-01-preview
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
resource
|
path | True |
string |
Name of the resource group in which the web service is located. |
|
subscription
|
path | True |
string |
The Azure subscription ID. |
|
web
|
path | True |
string |
The name of the web service. |
|
api-version
|
query | True |
string |
The version of the Microsoft.MachineLearning resource provider API to use. |
Responses
| Name | Type | Description |
|---|---|---|
| 202 Accepted |
Accepted. Note that a 202 status is returned even if the service did not exist. Media Types: "application/json", "text/json" |
|
| 204 No Content |
No Content. Media Types: "application/json", "text/json" |