I'm using token authentification to start jobs (because authentification would otherwise be complicated, due to our cloud security):
curl -X POST <<jenkind URL>>/job/ACC_INT-on-demand/build?token=012345678901234567890123456789012345678901234567890
But for stopping jobs, the token seems to be ignored:
curl -X POST <<jenkind URL>>/job/ACC_INT-on-demand/299/stop?token=012345678901234567890123456789012345678901234567890
I get error 403 (Authentication required).