Web Services - Remove
지정된 웹 서비스를 삭제합니다.
DELETE https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.MachineLearning/webServices/{webServiceName}?api-version=2016-05-01-preview
URI 매개 변수
| Name | In(다음 안에) | 필수 | 형식 | Description |
|---|---|---|---|---|
|
resource
|
path | True |
string |
웹 서비스가 있는 리소스 그룹의 이름입니다. |
|
subscription
|
path | True |
string |
Azure 구독 ID입니다. |
|
web
|
path | True |
string |
웹 서비스의 이름입니다. |
|
api-version
|
query | True |
string |
사용할 Microsoft.MachineLearning 리소스 공급자 API의 버전입니다. |
응답
| Name | 형식 | Description |
|---|---|---|
| 202 Accepted |
허용. 서비스가 없는 경우에도 202 상태가 반환됩니다. Media Types: "application/json", "text/json" |
|
| 204 No Content |
콘텐츠가 없습니다. Media Types: "application/json", "text/json" |