Model - Delete Pattern Any Entity Model
Törli a Pattern.Any entitáselszívót az alkalmazás egy verziójából.
DELETE {Endpoint}/luis/api/v2.0/apps/{appId}/versions/{versionId}/patternanyentities/{entityId}
URI-paraméterek
Name | In | Kötelező | Típus | Description |
---|---|---|---|---|
app
|
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). |
entity
|
path | True |
string (uuid) |
A Pattern.Any entitáselszívó azonosítója. |
version
|
path | True |
string |
A verzióazonosító. |
Kérelem fejléce
Name | Kötelező | Típus | Description |
---|---|---|---|
Ocp-Apim-Subscription-Key | True |
string |
Válaszok
Name | Típus | Description |
---|---|---|
200 OK |
Sikeres művelet. |
|
Other Status Codes |
Hibaválasz. |
Biztonság
Ocp-Apim-Subscription-Key
Típus:
apiKey
In:
header
Példák
Successful Delete Pattern.Any Entity request
Mintakérelem
DELETE {Endpoint}/luis/api/v2.0/apps/86226c53-b7a6-416f-876b-226b2b5ab07b/versions/0.1/patternanyentities/3d73462d-98f0-4dcd-8d30-fab9e65f2e73
Mintaválasz
{
"code": "Success",
"message": "Operation Successful"
}
Definíciók
Name | Description |
---|---|
Error |
Hibaválasz egy művelet API-n való meghívásakor. |
Operation |
Műveletállapot válasza. |
Operation |
Á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 |
Állapotkód. |
|
message |
string |
Állapotadatok. |
OperationStatusType
Állapotkód.
Érték | Description |
---|---|
FAILED | |
Failed | |
Success |