delete_send_as
Remove unwanted send-as email aliases from your Gmail account to maintain a clean sender identity and prevent confusion.
Instructions
Deletes the specified send-as alias
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sendAsEmail | Yes | The send-as alias to be deleted |
Input Schema (JSON Schema)
{
"properties": {
"sendAsEmail": {
"description": "The send-as alias to be deleted",
"type": "string"
}
},
"required": [
"sendAsEmail"
],
"type": "object"
}