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
repo
RequiredstringThe repository id
Response Body
200
Repository deleted successfully
response
Requiredobject400
Invalid request
message
Requiredstring403
User does not have permission to delete this repository
message
Requiredstring404
Repository does not exist
response
Requiredobject500
Internal server error
message
RequiredstringRepository deleted successfully