pysdic.Connectivity.delete_property# Connectivity.delete_property(key)[source]# Delete a property of the connectivity by its key/name. Parameters: key (str) – The key/name of the property to delete. Raises: KeyError – If the property with the given key does not exist. Return type: None