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
Related status codes
200 OK
The request succeeded.
201 CreatedThe request succeeded and a new resource was created — typical for POSTs that create files, fine-tune jobs or batch jobs..
202 AcceptedThe request was accepted for asynchronous processing but is not complete.
206 Partial ContentThe server is delivering only part of the resource, in response to a Range header — used for resumable downloads..