delete_azure_source
Delete an Azure source connector by specifying its ID using this tool. Simplifies the process of managing and removing connectors within the Unstructured API MCP Server environment.
Instructions
Delete an azure 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_azure_sourceArguments",
"type": "object"
}