I have been accessing trip planner API, I am not able to filter specific mode of transport for the trip planning request.
my request contains following parameters along with other parameters
exclMOT_1: ‘on’,
exclMOT_7: ‘on’,
exclMOT_5: ‘on’,
but response still contains the route options having BUS and trains.
do I missing something ?