How to disable TLS 1.0

Yes, or just easier: SSLProtocol +TLSv1.2 +TLSv1.3.

# This TLSv1.2 only
SSLProtocol TLSv1.2
# To use TLSv1.2 and TLSv1.3 uncomment line below and comment one above. Please read note above.
#SSLProtocol +TLSv1.2 +TLSv1.3

Be aware that TLS 1.0 and 1.1 are deprecated https://www.keycdn.com/blog/deprecating-tls-1-0-and-1-1

I wrote short how-to “Apache 2.4.18 + Letsencrypt + Ubuntu 16.04/18.04 - SSL config for A+ on SSLLabs.com

Also here is how to enable HTTP2.0 in the same environment: