Search code examples
google-appsgoogle-admin-sdk

Email Settings API - How to delete Send-as alias


The Google Apps Email Settings API describes creating and retrieving Send-as aliases, but not how to delete them. Is it possible to do this via the API, or is there a workaround?

I'm using the Directory API to add and delete user aliases, which takes care of whether someone can receive at an alias, but I'm stuck on how to remove their Send-as alias.


Solution

  • There is no sendas delete method. Users must manually delete the sendas from the UI.