Document Classifiers - Delete Classifier
刪除檔案分類器。
DELETE {endpoint}/documentintelligence/documentClassifiers/{classifierId}?api-version=2024-07-31-preview
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
classifier
|
path | True |
string |
唯一的檔分類器名稱。 Regex 模式: |
endpoint
|
path | True |
string uri |
Document Intelligence 服務端點。 |
api-version
|
query | True |
string |
要用於這項作業的 API 版本。 |
要求標頭
名稱 | 必要 | 類型 | Description |
---|---|---|---|
x-ms-client-request-id |
string uuid |
要求不透明、全域唯一、用戶端產生的字串標識碼。 |
回應
名稱 | 類型 | Description |
---|---|---|
204 No Content |
此要求沒有內容可傳送,但標頭可能很有用。 標題 x-ms-client-request-id: string |
|
Other Status Codes |
未預期的錯誤回應。 |
安全性
Ocp-Apim-Subscription-Key
類型:
apiKey
位於:
header
OAuth2Auth
類型:
oauth2
Flow:
accessCode
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
權杖 URL:
https://login.microsoftonline.com/common/oauth2/token
範圍
名稱 | Description |
---|---|
https://cognitiveservices.azure.com/.default |
範例
Delete Document Classifier
範例要求
DELETE https://myendpoint.cognitiveservices.azure.com/documentintelligence/documentClassifiers/myClassifier?api-version=2024-07-31-preview
範例回覆
定義
名稱 | Description |
---|---|
Error |
error 物件。 |
Error |
錯誤回應物件。 |
Inner |
物件,包含有關錯誤的更特定資訊。 |
Error
error 物件。
名稱 | 類型 | Description |
---|---|---|
code |
string |
其中一組伺服器定義的錯誤碼。 |
details |
Error[] |
導致此錯誤之特定錯誤的詳細數據陣列。 |
innererror |
物件,包含與目前對象有關錯誤更具體的資訊。 |
|
message |
string |
錯誤的人類可讀取表示法。 |
target |
string |
錯誤的目標。 |
ErrorResponse
錯誤回應物件。
名稱 | 類型 | Description |
---|---|---|
error |
錯誤資訊。 |
InnerError
物件,包含有關錯誤的更特定資訊。
名稱 | 類型 | Description |
---|---|---|
code |
string |
其中一組伺服器定義的錯誤碼。 |
innererror |
內部錯誤。 |
|
message |
string |
錯誤的人類可讀取表示法。 |