Share via


Apps - Delete

Alkalmazás törlése.

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

URI-paraméterek

Name In Kötelező Típus Description
appId
path True

string

uuid

Az alkalmazás azonosítója.

Endpoint
path True

string

Támogatott Cognitive Services-végpontok (protokoll és állomásnév, például: https://westus.api.cognitive.microsoft.com).

force
query

boolean

Egy jelölő, amely jelzi, hogy kényszerít-e egy műveletet.

Kérelem fejléce

Name Kötelező Típus Description
Ocp-Apim-Subscription-Key True

string

Válaszok

Name Típus Description
200 OK

OperationStatus

Az alkalmazás törlése sikerült.

Other Status Codes

ErrorResponse

Hibaválasz.

Biztonság

Ocp-Apim-Subscription-Key

Type: apiKey
In: header

Példák

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

Definíciók

Name Description
ErrorResponse

Hibaválasz egy művelet API-n való meghívásakor.

OperationStatus

Műveletállapot válasza.

OperationStatusType

Állapotkód.

ErrorResponse

Hibaválasz egy művelet API-n való meghívásakor.

Name Típus Description
errorType

string

OperationStatus

Műveletállapot válasza.

Name Típus Description
code

OperationStatusType

Állapotkód.

message

string

Állapotadatok.

OperationStatusType

Állapotkód.

Name Típus Description
FAILED

string

Failed

string

Success

string