Tool version
v4.3.2
Is your feature request related to a problem? Please describe.
I am working on a Terraform Provider to be able to generate, update and delete names. For the destroy action, we need both a APIKey and AdminPassword. It would create a security risk if we have the AdminPassword in clear text in the scripts.
Describe the solution you'd like
Remove the requirement on AdminPassword on all api/Admin/ related API calls or have an option to turn off the extra AdminPassword requirement.
Additional context