Skip to main content

HTTP 204 No Content

Success with no response body — common for DELETE operations.

2xx · Success✗ not retryable — fix the request instead

Fix checklist

  • Nothing to fix.
  • Don't call .json() on an empty body — some SDKs throw on it.

Spec: RFC reference