mgroves / realworld-aspnet-couchbase

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

Endpoint: Delete Article #18

Open mgroves opened 1 year ago

mgroves commented 1 year ago

DELETE /api/articles/:slug

Authentication required

mgroves commented 1 year ago

Should this actually delete them, or just mark them as deleted (e.g. "archived"?)