delete_connections#
- geodesic.entanglement.object.delete_connections(connections, project=None, hard=False, show_prompt=True)[source]#
Deletes connections given a list of triples (Connection objects).
- Parameters:
connections (list) – list of Connections or dicts of connections to delete. Every object must exist and have a UID.
project (Project | str | None) – This will overwrite the project if none is specified on a connection.
hard – permanently removes objects from Entanglement. USE WITH CAUTION!!!
show_prompt – when hard deleting prompts user for input to confirm.
- Raises:
requests.HTTPError for fault. –