Details
Description
I'm trying to drop staging repositories in our release script before pushing a new one to avoid having two open when the script tries to close the repository.
Following the documentation and a blog post doing exactly this, I get the following error:
> HTTP method POST is not supported by this URL
See attached verbose curl request. Is there a real bug here (as the docs recommend a method that the endpoint doesn't accept), or am I not using the REST api the right way?