Entity - Remove Business Metadata
Remove business metadata from an entity.
DELETE {endpoint}/datamap/api/atlas/v2/entity/guid/{guid}/businessmetadata
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
endpoint
|
path | True |
string url |
The datamap endpoint of your Purview account. Example: https://{accountName}.purview.azure.com |
guid
|
path | True |
string |
The globally unique identifier of the entity. |
Request Body
Name | Type | Description |
---|---|---|
businessMetadata |
Business |
Responses
Name | Type | Description |
---|---|---|
204 No Content |
Success |
|
Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow.
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
user_impersonation | impersonate your user account |
Examples
Entity_RemoveBusinessMetadata
Sample Request
DELETE {endpoint}/datamap/api/atlas/v2/entity/guid/02c373fe-2823-4be3-97fa-55180a9faa06/businessmetadata
Sample Response
Definitions
ErrorResponse
An error response from the service
Name | Type | Description |
---|---|---|
errorCode |
string |
The error code. |
errorMessage |
string |
The error message. |
requestId |
string |
The request ID. |