Deletes the specified forwarding address and revokes any verification that
may have been required.
This method is only available to service account clients that have been
delegated domain-wide authority.
Request
HTTP request
DELETE https://www.googleapis.com/gmail/v1/users/userId/settings/forwardingAddresses/forwardingEmail
Parameters
Parameter name | Value | Description |
---|---|---|
Path parameters | ||
forwardingEmail |
string |
The forwarding address to be deleted. |
userId |
string |
User's email address. The special value "me" can be used to indicate the authenticated user. |
Authorization
This request requires authorization with the following scope:
Scope |
---|
https://www.googleapis.com/auth/gmail.settings.sharing |
For more information, see the authentication and authorization page.
Request body
Do not supply a request body with this method.
Response
If successful, this method returns an empty response body.