geodesic.entanglement.object.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 (Optional[Union[geodesic.account.projects.Project, str]]) – This will overwrite the project if none is specified on a connection.
- Raises
requests.HTTPError for fault. –