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
resourceGroupName
path True

string

Name of the resource group in which the web service is located.

subscriptionId
path True

string

The Azure subscription ID.

webServiceName
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"