Camera Clear View option?

Hi everyone. Is there a way to clear the cameras view after you disable the camera. I have a server app created with unity that has a camera that can be toggled on or off to view the world. But when it is toggled off, the last thing to be drawn to the cameras view stays there. How can i force it to clear?

An easy way to do this is just to move the camera so that it points at empty space in the scene.

Yea i knew that , but i figured maybe there was a way to flush the cameras screen view. Anyways , thanks.