delete_forwarding_address
Remove unwanted email forwarding addresses from your Gmail account to prevent messages from being sent to external recipients.
Instructions
Deletes the specified forwarding address
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| forwardingEmail | Yes | The forwarding address to be deleted |
Input Schema (JSON Schema)
{
"properties": {
"forwardingEmail": {
"description": "The forwarding address to be deleted",
"type": "string"
}
},
"required": [
"forwardingEmail"
],
"type": "object"
}