netsse.base.Vessel.remove_seastatecollec ======================================== .. py:method:: netsse.base.Vessel.remove_seastatecollec(*args, ignore_msg: bool = False) Remove an existing `SeaStateCollec` instance from the list of sea state collections of the platform. :param \*args: Collections to be removed from the network. Identified by the corresponding identifier or `SeaStateCollec` instance. :type \*args: SeaStateCollec object or str :param ignore_msg: If `False`, messages are printed to inform about any changes made to the platform. If `True`, thoses messages are turned off. :type ignore_msg: bool, default False .. rubric:: Example >>> platform1.remove_seastatecollec(seastatecollec1,ignore_msg=True)