How to delete a Active Directory Account Template using etautil command?
Identity Manager 14.x
etautil -u etaadmin -p PasswordEtaadmin delete 'eTADSPolicyContainerName=Active Directory Policies,eTNamespaceName=CommonObjects,dc=im,dc=eta' eTADSPolicy eTADSPolicyName=NameOfAccountTemplate
Where:
PasswordEtaadmin = password of etaadmin or any other user with create permission.
NameOfAccountTemplate = name of the account template you want to delete.
If you are running in a Virtual Appliance environment, before running the command above, change to imps user by running the command "su - imps"