mgroves / realworld-aspnet-couchbase

Conduit implementation: ASP.NET Core + Couchbase
https://realworld.io
MIT License
12 stars 4 forks source link

Endpoint: Delete Comment #21

Open mgroves opened 1 year ago

mgroves commented 1 year ago

DELETE /api/articles/:slug/comments/:id

Authentication required

mgroves commented 1 year ago

Again, should this be a true delete, or just "mark as deleted"/archive?