Relationship - Delete
エンティティ間のリレーションシップを GUID で削除します。
DELETE {endpoint}/datamap/api/atlas/v2/relationship/guid/{guid}
URI パラメーター
名前 | / | 必須 | 型 | 説明 |
---|---|---|---|---|
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 |
例
Relationship_Delete
要求のサンプル
DELETE {endpoint}/datamap/api/atlas/v2/relationship/guid/5cf8a9e5-c9fd-abe0-2e8c-d40024263dcb
応答のサンプル
定義
AtlasErrorResponse
サービスからのエラー応答
名前 | 型 | 説明 |
---|---|---|
errorCode |
string |
エラー コード。 |
errorMessage |
string |
エラー メッセージ。 |
requestId |
string |
要求 ID です。 |