delete_filter
Remove unwanted email filters from your Gmail account by specifying the filter ID to clean up your inbox organization rules.
Instructions
Deletes a filter
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the filter to be deleted |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"description": "The ID of the filter to be deleted",
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}