Hi guys,
I tried to delete a plan in the queue of our bamboo server via rest api like stated in the documentation: https://developer.atlassian.com/static/rest/bamboo/4.0.html#idp310752
I have the following REST statement
curl -X DELETE -u "user:password" rest/api/latest/queue/PROJ-PLAN-JOB1-78
But I always get
HTTP Status 405 - Method Not Allowed
as an error.
Other REST callls, for example about what is in the queue are working.
I found an old ticket with the exact same error from 2013: https://jira.atlassian.com/browse/BAM-13948
So is this still not fixed beside the issue says it's resolved? Or is there any workaround for this?
Community moderators have prevented the ability to post new answers.
It's resolved as duplicate of https://jira.atlassian.com/browse/BAM-13990 which is still open
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.