Request succeeded with no response body
Section: HTTP 2xx Success Status Codes
HTTP 204 No Content
text
text
curl -i -X DELETE https://example.com/api/users/123Explanation
Common for updates or deletes when no body is necessary. MDN notes it is cacheable by default.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing HTTP 2xx Success Status Codes