Is it possible to disable some verbs?

Today if I add the auth feature, it will generate urls under /auth and /authentication along with accepting all verbs. Can I limit which verbs that are allowed? Suppose I only want POST enabled.

I’ve found and answer using request filters to disallow verbs that way. But I’m looking for a way to disable them so that metadatageneration follows (not showing up in swagger, postman or other metadata parts).

See the previous answer on modifying how the Authenticate Service is registered.