Rest API - Batch and Bulk Operations
Consider this batch delete request:DELETE /items
with JSON body:{ "ids": [10, 20, 30] }
But the server responds with 400 Bad Request. What is the likely cause?
Consider this batch delete request:DELETE /items
with JSON body:{ "ids": [10, 20, 30] }
But the server responds with 400 Bad Request. What is the likely cause?
15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions