I want to add and remove Heroku Dynos through platform API Just like we do
ps:scale web=0
in Heroku toolbelt CLI.
I have already tried
POST /apps/{app_id_or_name}/dynos/{dyno_id_or_name}/actions/stop
but it doesn't do anything however the response has a status code of 200.