/gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}
DELETE
/gmail/v1/users/{userId}/settings/sendAs/{sendAsEmail}Deletes the specified send-as alias. Revokes any verification that may have been required for using it. This method is only available to service account clients that have been delegated domain-wide authority.
Request
Path Params
userId
string
required
User's email address. The special value "me" can be used to indicate the authenticated user.
sendAsEmail
string
required
The send-as alias to be deleted.
Request samples
Responses
Successful response(200)
Successful response
HTTP Code: 200
Content Type : JSONapplication/json
Data Schema
object {0}
Example
{}
Last modified: a year ago