Skip to content

Instantly share code, notes, and snippets.

@chrisross
Created April 28, 2013 05:01
Show Gist options
  • Save chrisross/5475959 to your computer and use it in GitHub Desktop.
Save chrisross/5475959 to your computer and use it in GitHub Desktop.
A shell command for deleting a Bitbucket repository (using cURL and BitBucket's Repositories API v1)
curl -u <username_here> https://api.bitbucket.org/1.0/repositories/<username_here>/<repo_slug> -X DELETE
@sirvon
Copy link

sirvon commented Apr 28, 2013

THANKS! just in time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment