Hacker News new | past | comments | ask | show | jobs | submit login

Not sure how common this pattern is, but one way I've seen this handled is to do a query to get a list of results, the document listing the results (or more commonly, the first page of results) has a link to a temporary resource representing the set of all results, which you can send a DELETE to remove all the members of the set. By analogy, you could send a PATCH to modify all the members instead.



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: