Entity - Remove Classification
從 GUID 表示的現有實體中刪除指定的分類。
DELETE {endpoint}/datamap/api/atlas/v2/entity/guid/{guid}/classification/{classificationName}
URI 參數
| 名稱 | 位於 | 必要 | 類型 | Description |
|---|---|---|---|---|
|
classification
|
path | True |
string |
分類的名稱。 |
|
endpoint
|
path | True |
string (uri) |
|
|
guid
|
path | True |
string |
實體的全域唯一標識碼。 |
回應
| 名稱 | 類型 | Description |
|---|---|---|
| 204 No Content |
此要求沒有內容可傳送,但標頭可能很有用。 |
|
| Other Status Codes |
未預期的錯誤回應。 |
安全性
OAuth2Auth
類型:
oauth2
Flow:
implicit
授權 URL:
https://login.microsoftonline.com/common/oauth2/authorize
範圍
| 名稱 | Description |
|---|---|
| https://purview.azure.net/.default |
範例
Entity_RemoveClassification
範例要求
DELETE {endpoint}/datamap/api/atlas/v2/entity/guid/cc0730ba-9b30-41f0-6953-559d17626d2b/classification/MICROSOFT.FINANCIAL.US.ABA_ROUTING_NUMBER
範例回覆
定義
AtlasErrorResponse
來自服務的錯誤回應
| 名稱 | 類型 | Description |
|---|---|---|
| errorCode |
string |
錯誤碼。 |
| errorMessage |
string |
錯誤訊息。 |
| requestId |
string (uuid) |
要求標識碼。 |