Identify slow APIs and Delete permissions added
You can also identify slow APIs by specifying DRF_API_LOGGER_SLOW_API_ABOVE in settings.py.
A new filter (By API Performance) will be visible, and you can choose slow or fast API.
DRF_API_LOGGER_SLOW_API_ABOVE = 200 # Default to None
Now you can delete the DRF API Logger using the admin panel.