Is there a SwaggerExclude that enables the exclusion of specific actions for an Entity? So rather than just exclude the whole entity you could apply SwaggerExclude(List,Create,Delete)
No, there isn't such an option. You can of course control the actions you want to be available for an action, so that other actions won't be available in your API. But having a specific action to be still available in the API itself, but not in Swagger, there isn't such option.