delete_gdrive_source
Remove a Google Drive source connector from the Unstructured API MCP Server by specifying the source ID. Simplifies source management and ensures clean resource handling.
Instructions
Delete an gdrive source connector.
Args:
source_id: ID of the source connector to delete
Returns:
String containing the result of the deletion
Input Schema
Name | Required | Description | Default |
---|---|---|---|
source_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"source_id": {
"title": "Source Id",
"type": "string"
}
},
"required": [
"source_id"
],
"title": "delete_gdrive_sourceArguments",
"type": "object"
}