This is an example USDA result from creating a Cube and setting the visibility property to inherited. You can edit the value to invisible to hide the prim.

#usda 1.0
(
    defaultPrim = "World"
)

def Xform "World"
{
    def Cube "Cube"
    {
        token visibility = "inherited"
    }
}