Splunk Enterprise Certified Admin — Question 45
To delete the record with a _key value of smith from the sales collection, a DELETE request should be sent to which REST endpoint?
Answer options
- A. /storage/collections/sales/smith
- B. /storage/kvstore/data/sales/smith
- C. /storage/collections/data/sales/smith
- D. /storage/kvstore/collections/sales/smith
Correct answer: C
Explanation
The correct answer is C, as this endpoint is specifically designed for accessing and modifying records within collections. Options A and B are incorrect because they reference the wrong endpoint structure, and option D is also incorrect since it pertains to the kvstore rather than the collections endpoint.