How to disable the Authorize Button in DRF-Spectacular Swagger Django

Im working on drf-spectacular . My Question is how to desable Authorize Button in drf-spectacular. enter image description hereIs there any settings?

"APPEND_COMPONENTS": { "securitySchemes": {"ApiKeyAuth": None}

}

By using above setting I'm getting error

Back to Top