Hiding Color Scale / Color Legend

plot_ly(z = volcano, type = “surface”) %>% add_trace(showscale = FALSE)
plot_ly(z = volcano, type = “surface”) %>% add_trace(showlegend = FALSE)

Tried that too without luck.