MCP Gateway
ApiBundles

Remove connection from bundle

Remove a user connection from a bundle.

DELETE
/api/v1/bundles/{bundle_id}/connections/{connection_id}

Path Parameters

bundle_id*string
Formatuuid
connection_id*string
Formatuuid

Response Body

application/json

application/json

application/json

curl -X DELETE "https://loading/api/v1/bundles/497f6eca-6276-4993-bfeb-53cbbbba6f08/connections/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
{
  "error": {
    "code": "string",
    "message": "string"
  }
}
{
  "detail": [
    {
      "loc": [
        "string"
      ],
      "msg": "string",
      "type": "string",
      "input": null,
      "ctx": {}
    }
  ]
}