Share via


Apps - Delete

Löscht eine Anwendung

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

URI-Parameter

Name In Erforderlich Typ Beschreibung
appId
path True

string

uuid

Die Anwendungs-ID.

Endpoint
path True

string

Unterstützte Cognitive Services-Endpunkte (Protokoll und Hostname, z. B. ). https://westus.api.cognitive.microsoft.com

force
query

boolean

Ein Flag, das angibt, ob ein Vorgang erzwungen werden soll.

Anforderungsheader

Name Erforderlich Typ Beschreibung
Ocp-Apim-Subscription-Key True

string

Antworten

Name Typ Beschreibung
200 OK

OperationStatus

Die Anwendung wurde erfolgreich gelöscht.

Other Status Codes

ErrorResponse

Fehlerantwort.

Sicherheit

Ocp-Apim-Subscription-Key

Type: apiKey
In: header

Beispiele

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

Definitionen

Name Beschreibung
ErrorResponse

Fehlerantwort beim Aufrufen eines Vorgangs für die API.

OperationStatus

Antwort eines vorgangs status.

OperationStatusType

Statuscode.

ErrorResponse

Fehlerantwort beim Aufrufen eines Vorgangs für die API.

Name Typ Beschreibung
errorType

string

OperationStatus

Antwort eines vorgangs status.

Name Typ Beschreibung
code

OperationStatusType

Statuscode.

message

string

Statusdetails.

OperationStatusType

Statuscode.

Name Typ Beschreibung
FAILED

string

Failed

string

Success

string