Response Status

Entity operations follow the response statuses previously discussed for GET and POST request, with one addition:

  • 204 – No Content

This HTTP response status is returned when the request was successfully fulfilled, but there is no additional content to return to the requester. Users should interpret this as success and expect the response body to be empty.