Email Settings API. How to remove Send-as alias.

The Google Apps Email Settings API describes the creation and retrieval of Send-as aliases, but not their removal. Is it possible to do this using the API, or is there a workaround?

I use the directory API to add and remove custom aliases that care about whether someone can get by the alias, but I was fixated on how to remove their Send-as alias.

+3
source share
3 answers

There is no method to remove sendas. Users must manually remove shipments from the user interface.

+1
source

The Directory API has a "delete all aliases" method. Not sure if this includes the sendas alias, but might be worth checking out.

0
source

All Articles