SPLK-2001 Exam QuestionsBrowse all questions from this exam

SPLK-2001 Exam - Question 62


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

Show Answer
Correct Answer: BC

In a DELETE request, omitting the value of _key from the REST endpoint would produce a syntax error because the endpoint requires a specific key value to identify the resource to delete. Without this key value, the server would be unable to determine which record to delete, resulting in an error message indicating that the key value is missing.

Discussion

2 comments
Sign in to comment
IgnotusOption: C
Aug 23, 2023

C is correct

qtygbapjpesdayazko
Sep 17, 2023

This is the way

nosavotor
Aug 23, 2023

Could someone help me confirm if this is correct