Delete Connection

Add MCP server to your AI tool

Allow AI tools and LLMs to interact with the API documentation portal through MCP.

MCP server URL

https://apidocs.zerionsoftware.com/doc/dataflow-automation/mcp

Standard setup for AI tools providing an mcp.json file

mcp.json
{
  "Dataflow Automation MCP server": {
    "url": "https://apidocs.zerionsoftware.com/doc/dataflow-automation/mcp"
  }
}

Close
DELETE /connections/{connectionId}

Delete Connection.

Path parameters

  • connectionId string Required

    id of the Connection

Responses

  • 200 application/json

    OK

    Hide response attribute Show response attribute object
    • id string

      the delete Connection Id

DELETE /connections/{connectionId}
curl \
 --request DELETE 'https://dataflownode.zerionsoftware.com/zcrypt/v1.0/connections/{connectionId}' \
 --header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
  "_id": "574bcd24d96535adaf730a63"
}