Splunk Enterprise Certified Admin — Question 64
In a DELETE request, what would omitting the value of _key from the REST endpoint do?
Answer options
- A. Clean the KV store, deleting all content.
- B. Produce the syntax error ג€Key value missingג€.
- C. Cause all records in a collection to be deleted.
- D. Mean that the _key value must be passed as an argument.
Correct answer: C
Explanation
The correct answer is C because omitting the _key in a DELETE request typically results in all records in the collection being removed. Option A is incorrect as it describes a different operation, B is incorrect because it pertains to a syntax error rather than the action taken, and D is misleading since it implies that _key is optional when it actually leads to a broad deletion.