remove_delegate
Remove a delegate from your Gmail account to revoke their access to manage your emails and account settings.
Instructions
Removes the specified delegate
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| delegateEmail | Yes | Email address of delegate to remove |
Input Schema (JSON Schema)
{
"properties": {
"delegateEmail": {
"description": "Email address of delegate to remove",
"type": "string"
}
},
"required": [
"delegateEmail"
],
"type": "object"
}