Hey, I have question to branch names. Is it possib...
# pact-broker
r
Hey, I have question to branch names. Is it possible to delete a branch name like the tags? E.g. I have a consumer version were mistakenly set 2 different branch names. I want to delete one of them.
plusone 1651 1
m
Looking at
api.rb
in the code base, issuing a DELETE to the following will delete all pacts for a given branch
Copy code
/pacts/provider/:provider_name/consumer/:consumer_name/branch/:branch_name
b
@Robert it's not implemented, but I almost picked that card up on Friday. I'll see if I can get it out today.
👍 2
@Robert Are you using OSS Pact Broker or Pactflow?
r
Sorry for the late answer. I'm using the OSS Pact Broker @Beth (pactflow.io/Pact Broker/pact-ruby). Will the function also be there?
b
I’ll just need to push out an OSS release.
I’ve pressed the button. New docker image should be out soon.
r
great thank you very much!