Splunk Enterprise Certified Admin — Question 64

In a DELETE request, what would omitting the value of _key from the REST endpoint do?

Answer options

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.