diff --git a/r2/r2/controllers/api.py b/r2/r2/controllers/api.py index 377d0b246..7557dccff 100755 --- a/r2/r2/controllers/api.py +++ b/r2/r2/controllers/api.py @@ -745,6 +745,7 @@ class ApiController(RedditController): @noresponse(VUser(), VModhash(), thing = VByNameIfAuthor('id')) + @api_doc(api_section.links_and_comments) def POST_del(self, thing): if not thing: return '''for deleting all sorts of things'''