API Reference/Git
Delete a repository
Delete a repository. This is irreversible, and will also delete the repository on the Git server.
Path Parameters
repoRequiredstringThe repository id
Response Body
200
Repository deleted successfully
responseRequiredobject403
Error: Forbidden
errorRequiredstringError code in SCREAMING_SNAKE_CASE
messageRequiredstringHuman-readable error message
404
Error: RepoNotFound
errorRequiredstringError code in SCREAMING_SNAKE_CASE
messageRequiredstringHuman-readable error message
500
Error: Internal
errorRequiredstringError code in SCREAMING_SNAKE_CASE
messageRequiredstringHuman-readable error message
Repository deleted successfully