{
  "algorithm": {
    "parameters": [
      {
        "name": "code",
        "type": "string"
      }
    ],
    "statements": [],
    "typeReturn": "any",
    "variables": []
  },
  "routing": {
    "method": "DELETE",
    "parameters": [
      {
        "bind": "code",
        "in": "Path",
        "name": "code",
        "remarks": "Id of BirConnection."
      }
    ],
    "path": "/connection/{code}",
    "remarks": "Allows to delete a BirConnection.",
    "responses": []
  }
}