Unstructured API MCP Server

Official

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

NameRequiredDescriptionDefault
source_idYes

Input Schema (JSON Schema)

{ "properties": { "source_id": { "title": "Source Id", "type": "string" } }, "required": [ "source_id" ], "title": "delete_gdrive_sourceArguments", "type": "object" }
ID: 56f7310rbq