Implementing and Operating Cisco Enterprise Network Core Technologies (ENCOR) — Question 937

"HTTP/1.1 204 No Content" is returned when the curl -i -X DELETE command is issued. Which situation has occurred?

Answer options

Correct answer: A

Explanation

The HTTP/1.1 204 No Content status indicates that the request was successful and the object was deleted as intended. Option B suggests the deletion failed despite finding the object, while option C implies the object was missing, and option D indicates a problem with the URI, none of which align with a 204 status.