codeable_models.delete_links¶
-
codeable_models.
delete_links
(link_definitions, **kwargs)¶ Function used to delete multiple links, maybe to different source objects.
- Parameters
link_definitions (dict) – Link definitions of the links to be deleted. Defined in the same way as in the
add_links()
function.**kwargs –
Defines filter criteria for deletion:
association
:Delete links only if they are based on the specified association.
role_name
:Delete links only if they are based on an associations having the specified role name either as a target or source role name.
- Returns
None