Entity - Remove Classification
Delete a given classification from an existing entity represented by a GUID.
DELETE {endpoint}/datamap/api/atlas/v2/entity/guid/{guid}/classification/{classificationName}
URI Parameters
Name | In | Required | Type | Description |
---|---|---|---|---|
classification
|
path | True |
string |
The name of the classification. |
endpoint
|
path | True |
string |
|
guid
|
path | True |
string |
The globally unique identifier of the entity. |
Responses
Name | Type | Description |
---|---|---|
204 No Content |
There is no content to send for this request, but the headers may be useful. |
|
Other Status Codes |
An unexpected error response. |
Security
OAuth2Auth
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
Name | Description |
---|---|
https://purview.azure.net/.default |
Examples
Entity_RemoveClassification
Sample request
DELETE {endpoint}/datamap/api/atlas/v2/entity/guid/cc0730ba-9b30-41f0-6953-559d17626d2b/classification/MICROSOFT.FINANCIAL.US.ABA_ROUTING_NUMBER
Sample response
Definitions
AtlasErrorResponse
An error response from the service
Name | Type | Description |
---|---|---|
errorCode |
string |
The error code. |
errorMessage |
string |
The error message. |
requestId |
string |
The request ID. |