remove_drive
Remove a Google Drive account from the configuration by providing the drive ID to disconnect access.
Instructions
Remove a Google Drive account from the configuration
Input Schema
Name | Required | Description | Default |
---|---|---|---|
driveId | Yes | ID of the drive to remove |
Input Schema (JSON Schema)
{
"properties": {
"driveId": {
"description": "ID of the drive to remove",
"type": "string"
}
},
"required": [
"driveId"
],
"type": "object"
}