Apps - Delete

애플리케이션을 삭제합니다.

DELETE {Endpoint}/luis/authoring/v3.0-preview/apps/{appId}
DELETE {Endpoint}/luis/authoring/v3.0-preview/apps/{appId}?force={force}

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
appId
path True

string

uuid

애플리케이션 ID입니다.

Endpoint
path True

string

지원되는 Cognitive Services 엔드포인트(프로토콜 및 호스트 이름( 예: https://westus.api.cognitive.microsoft.com).

force
query

boolean

작업을 강제할지 여부를 나타내는 플래그입니다.

요청 헤더

Name 필수 형식 Description
Ocp-Apim-Subscription-Key True

string

응답

Name 형식 Description
200 OK

OperationStatus

애플리케이션을 삭제했습니다.

Other Status Codes

ErrorResponse

오류 응답.

보안

Ocp-Apim-Subscription-Key

Type: apiKey
In: header

예제

Successful Rename Application request

Sample Request

DELETE {Endpoint}/luis/authoring/v3.0-preview/apps/363187f1-c573-46b3-bc4c-ae01d686e68e

Sample Response

{
  "code": "Success",
  "message": "Operation Successful"
}

정의

Name Description
ErrorResponse

API에서 작업을 호출할 때 오류 응답입니다.

OperationStatus

작업 상태 대한 응답입니다.

OperationStatusType

상태 코드입니다.

ErrorResponse

API에서 작업을 호출할 때 오류 응답입니다.

Name 형식 Description
errorType

string

OperationStatus

작업 상태 대한 응답입니다.

Name 형식 Description
code

OperationStatusType

상태 코드입니다.

message

string

상태 세부 정보입니다.

OperationStatusType

상태 코드입니다.

Name 형식 Description
FAILED

string

Failed

string

Success

string