Entity - Remove Business Metadata

엔터티에서 비즈니스 메타데이터를 제거합니다.

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

URI 매개 변수

Name In(다음 안에) 필수 형식 Description
endpoint
path True

string

guid
path True

string

엔터티의 전역적으로 고유한 식별자입니다.

응답

Name 형식 Description
204 No Content

이 요청에 대해 보낼 콘텐츠는 없지만 헤더가 유용할 수 있습니다.

Other Status Codes

AtlasErrorResponse

예기치 않은 오류 응답입니다.

보안

OAuth2Auth

Type: oauth2
Flow: implicit
Authorization URL: https://login.microsoftonline.com/common/oauth2/authorize

Scopes

Name Description
https://purview.azure.net/.default

예제

Entity_RemoveBusinessMetadata

Sample Request

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

{
  "myBizMetadata1": {
    "bizAttr1": "myBizMetaData1.bizAttr1"
  }
}

Sample Response

정의

AtlasErrorResponse

서비스의 오류 응답

Name 형식 Description
errorCode

string

오류 코드입니다.

errorMessage

string

오류 메시지입니다.

requestId

string

요청 ID입니다.