StorableObjects T  Delete Method (T) KerbalData - KSP Data Unlocked!
Deletes the object instance from the underlying data store and unloads it from memory.

Namespace: KerbalData
Assembly: KerbalData (in KerbalData.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public void Delete(
	T obj
)

Parameters

obj
Type: T
object to remove (uses Id)
See Also