meta { name: Delete Repository type: http seq: 9 } delete { url: {{baseUrl}}/api/git_repositories/1 body: none auth: none } headers { Accept: application/json Cookie: {{sessionCookie}} } docs { # Delete Repository Deletes a Git repository entry. ## Security - Requires authentication via session cookie - Voter checks DELETE permission - Only accessible if repository belongs to user's project ## Important - This only deletes the database entry - The actual Git repository remains untouched - Cache for this repository is automatically cleared }