Success

204 No Content

The request succeeded and there is deliberately nothing to send back. Common for DELETE calls, form submissions handled in the background and analytics beacons.

Common causes

  • Normal API behaviour.
  • Occasionally seen when a caching layer strips a body it should have kept.

How to fix it

  • Only a problem if you expected content. Check whether a proxy or CDN rule is emptying the response.

See what a site actually returns

Run a live check and read the real status code, headers and timings.

Check a website