remove_interaction

Model.remove_interaction(interaction)

Remove an interaction from the model.

Parameters:

interaction (Interaction) – Interaction object to remove.

Raises:

SimphonyError – If the interaction is not attached to the model.

Return type:

None