Unstructured API MCP Server

Official

delete_s3_destination

Remove an S3 destination connector by specifying its unique ID using this tool. Ensures effective management of storage configurations in the Unstructured API MCP Server.

Instructions

Delete an S3 destination connector.

Args: destination_id: ID of the destination connector to delete Returns: String containing the result of the deletion

Input Schema

NameRequiredDescriptionDefault
destination_idYes

Input Schema (JSON Schema)

{ "properties": { "destination_id": { "title": "Destination Id", "type": "string" } }, "required": [ "destination_id" ], "title": "delete_s3_destinationArguments", "type": "object" }
ID: 56f7310rbq