remove_delegate
Revoke email delegate access by removing a specified delegate’s email, ensuring secure and direct control over your Gmail account.
Instructions
Removes the specified delegate
Input Schema
Name | Required | Description | Default |
---|---|---|---|
delegateEmail | Yes | Email address of delegate to remove |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"delegateEmail": {
"description": "Email address of delegate to remove",
"type": "string"
}
},
"required": [
"delegateEmail"
],
"type": "object"
}