From 6778928f971ff2e3f4628b7a47c6f6b433c2b11d Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 8 Jun 2024 02:18:59 +0700 Subject: git.sr.ht: remove duplicate DELETE API for repos --- git.sr.ht/api.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/git.sr.ht/api.md b/git.sr.ht/api.md index 1313a04..b42166a 100644 --- a/git.sr.ht/api.md +++ b/git.sr.ht/api.md @@ -200,12 +200,6 @@ Deletes a [repository resource](#repository-resource). **OAuth scope**: `info:write` -### DELETE /api/repos/:name - -Deletes a [repository resource](#repository-resource). - -**OAuth scope**: `info:write` - ### GET /api/:username/repos/:name/readme ### GET /api/repos/:name/readme -- cgit