Hello,
the pactflow Web UI allows to delete a contract.
Is there a way to delete contracts through the API as well. For example after a merge into the main branch?
What is the best way to clean up old contracts?
👋 1
m
Matt (pactflow.io / pact-js / pact-go)
09/11/2023, 2:21 AM
Yes, you can delete contracts in the same way. Issuing a
DELETE
to the contract URL will do that, so you could definitely do that