/gmail/v1/users/{userId}/settings/delegates/{delegateEmail}
DELETE
/gmail/v1/users/{userId}/settings/delegates/{delegateEmail}Removes the specified delegate (which can be of any verification status), and revokes any verification that may have been required for using it. Note that a delegate user must be referred to by their primary email address, and not an email alias. 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.
delegateEmail
string
required
The email address of the user to be removed as a delegate.
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