delete_astradb_destination
Remove an AstraDB destination connector using its unique ID within the Unstructured API MCP Server, ensuring accurate management of data destinations.
Instructions
Delete an AstraDB destination connector.
Args:
destination_id: ID of the destination connector to delete
Returns:
String containing the result of the deletion
Input Schema
Name | Required | Description | Default |
---|---|---|---|
destination_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"destination_id": {
"title": "Destination Id",
"type": "string"
}
},
"required": [
"destination_id"
],
"title": "delete_astradb_destinationArguments",
"type": "object"
}