pysdic.IntegrationPoints.delete_property# IntegrationPoints.delete_property(key)[source]# Delete a property of the integration points 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