pyapacheatlas.core.client.AtlasClient.declassify_entity#
- AtlasClient.declassify_entity(guid, classificationName)#
Given an entity guid and a classification name, remove the classification from the given entity.
- Parameters
guid (str) – The guid for the entity that needs to be updated.
classificationName (str) – The name of the classification to be deleted.
- Returns
A success message repeating what was deleted. The only key is ‘message’, containing the classification name and guid.
- Return type
dict(str, str)