Relationship - Delete
依實體 GUID 刪除實體之間的關聯性。
DELETE {endpoint}/datamap/api/atlas/v2/relationship/guid/{guid}
URI 參數
名稱 | 位於 | 必要 | 類型 | Description |
---|---|---|---|---|
endpoint
|
path | True |
string |
|
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 |
範例
Relationship_Delete
範例要求
DELETE {endpoint}/datamap/api/atlas/v2/relationship/guid/5cf8a9e5-c9fd-abe0-2e8c-d40024263dcb
範例回覆
定義
AtlasErrorResponse
來自服務的錯誤回應
名稱 | 類型 | Description |
---|---|---|
errorCode |
string |
錯誤碼。 |
errorMessage |
string |
錯誤訊息。 |
requestId |
string |
要求識別碼。 |