Rest API - HTTP Methods
You have a REST API where DELETE /orders/{id} removes an order. How can you safely implement a soft delete (mark as deleted) instead of hard delete?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions