pyapacheatlas.core.client.AtlasClient.delete_relationship#

AtlasClient.delete_relationship(guid)#

Delete a relationship based on the guid. This lets you remove a connection between entities like removing a column from a table or a term from an entity.

Parameters

guid (str) – The relationship guid for the relationship that you want to remove.

Returns

A dictionary indicating success. Failure will raise an AtlasException.

Return type

dict