LogoFreestyle
API Reference/Git

Delete a repository

Delete a repository. This is irreversible, and will also delete the repository on the Git server.

DELETE/git/v1/repo/{repo}

Path Parameters

repoRequiredstring

The repository id

curl -X DELETE "https://api.freestyle.sh/git/v1/repo/<string>"

Repository deleted successfully

{}