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 (str | Project | None) – This will overwrite the project if none is specified on a connection. Raises: requests.HTTPError for fault. –