I use Swagger UI to display API documentation. By default, it displays the \"Models\" section at the bottom:
How to hide it?
If using Django add this inside your settings.py:
settings.py
SWAGGER_SETTINGS = { 'DEFAULT_MODEL_DEPTH':-1 }