How the reflection probe clears the background.
var probe = GetComponent.<ReflectionProbe>(); // Clear with background color (ignore any skyboxes) probe.clearFlags = ReflectionProbeClearFlags.SolidColor;
no example available in C#
See Also: ReflectionProbeClearFlags.