Entity - Remove Labels

特定のエンティティに指定されたラベルを削除します。

DELETE {endpoint}/datamap/api/atlas/v2/entity/guid/{guid}/labels

URI パラメーター

名前 / 必須 説明
endpoint
path True

string

guid
path True

string

エンティティのグローバル一意識別子。

要求本文

名前 説明
body

string[]

削除するラベルのセット

応答

名前 説明
204 No Content

この要求に送信するコンテンツはありませんが、ヘッダーが役に立つ場合があります。

Other Status Codes

AtlasErrorResponse

予期しないエラー応答。

セキュリティ

OAuth2Auth

型: oauth2
フロー: implicit
Authorization URL (承認 URL): https://login.microsoftonline.com/common/oauth2/authorize

スコープ

名前 説明
https://purview.azure.net/.default

Entity_RemoveLabels

要求のサンプル

DELETE {endpoint}/datamap/api/atlas/v2/entity/guid/02c373fe-2823-4be3-97fa-55180a9faa06/labels

[
  "label1",
  "label2"
]

応答のサンプル

定義

AtlasErrorResponse

サービスからのエラー応答

名前 説明
errorCode

string

エラー コード。

errorMessage

string

エラー メッセージ。

requestId

string

要求 ID です。