commafeed icon indicating copy to clipboard operation
commafeed copied to clipboard

API: HTTP delete

Open jangernert opened this issue 10 months ago • 0 comments

Instead of doing a post request with the awkward model IdRequest I think deleting categories, feeds (aka unsubscribe) and users should be done with an HTTP delete request to an url that ends with the id similar to the get methods. (e.g. DELETE /category/{id})

jangernert avatar Aug 13 '23 21:08 jangernert