{
  "algorithm": {
    "parameters": [
      {
        "name": "salesTeamId",
        "type": "string"
      },
      {
        "name": "channelId",
        "type": "string"
      }
    ],
    "statements": [],
    "typeReturn": "obj()",
    "variables": []
  },
  "routing": {
    "method": "DELETE",
    "parameters": [
      {
        "bind": "salesTeamId",
        "in": "Path",
        "name": "salesTeamId",
        "remarks": "salesTeamId"
      },
      {
        "bind": "channelId",
        "in": "Path",
        "name": "channelId",
        "remarks": "channelId"
      }
    ],
    "path": "/salesTeams/{salesTeamId}/channels/{channelId}",
    "remarks": "Remove channel association",
    "responses": [
      {
        "httpStatus": "200",
        "remarks": "OK"
      },
      {
        "httpStatus": "204",
        "remarks": "Ok"
      },
      {
        "errorName": "NotFound",
        "httpStatus": "404",
        "remarks": "Not found"
      }
    ]
  }
}