Entity - Remove Classification
GUID で表される既存のエンティティから特定の分類を削除します。
DELETE {endpoint}/datamap/api/atlas/v2/entity/guid/{guid}/classification/{classificationName}
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
classification
|
path | True |
string |
分類の名前。 |
endpoint
|
path | True |
string |
|
guid
|
path | True |
string |
エンティティのグローバル一意識別子。 |
応答
名前 | 型 | 説明 |
---|---|---|
204 No Content |
この要求に送信するコンテンツはありませんが、ヘッダーが役に立つ場合があります。 |
|
Other Status Codes |
予期しないエラー応答。 |
セキュリティ
OAuth2Auth
型:
oauth2
フロー:
implicit
Authorization URL (承認 URL):
https://login.microsoftonline.com/common/oauth2/authorize
スコープ
名前 | 説明 |
---|---|
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
サービスからのエラー応答
名前 | 型 | 説明 |
---|---|---|
errorCode |
string |
エラー コード。 |
errorMessage |
string |
エラー メッセージ。 |
requestId |
string |
要求 ID です。 |