Entity - Remove Classification By Unique Attribute

Delete a given classification from an entity identified by its type and unique attributes.

DELETE {endpoint}/datamap/api/atlas/v2/entity/uniqueAttribute/type/{typeName}/classification/{classificationName}
DELETE {endpoint}/datamap/api/atlas/v2/entity/uniqueAttribute/type/{typeName}/classification/{classificationName}?attr:qualifiedName={attr:qualifiedName}

URI Parameters

Name In Required Type Description
classificationName
path True

string

The name of the classification.

endpoint
path True

string

typeName
path True

string

The name of the type.

attr:qualifiedName
query

string

The qualified name of the entity. (This is only an example. qualifiedName can be changed to other unique attributes)

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

AtlasErrorResponse

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_RemoveClassificationByUniqueAttribute

Sample request

DELETE {endpoint}/datamap/api/atlas/v2/entity/uniqueAttribute/type/column/classification/MICROSOFT.FINANCIAL.US.ABA_ROUTING_NUMBER?attr:qualifiedName=https://exampleaccount.blob.core.windows.net/examplecontainer/exampledata.csv

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.