Unstructured API MCP Server

Official

delete_s3_source

Remove an S3 source connector from the Unstructured API MCP Server by specifying its source ID, ensuring clean and efficient data source management.

Instructions

Delete an S3 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_s3_sourceArguments", "type": "object" }
ID: 56f7310rbq