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
- A. The command succeeded in deleting the object.
- B. The object was located at the URI, but it could not be deleted
- C. The object could not be located at the URI path.
- D. The URI was invalid.
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.