All HTTP Status Codes
204

No Content

2xx Success

What It Means

The server has fulfilled the request but does not need to return a response body.

When You'll See It

Common response for successful DELETE requests or PUT updates that do not return the updated resource.

Related Status Codes

Frequently Asked Questions

What does HTTP 204 mean?

HTTP 204 No Content means: The server has fulfilled the request but does not need to return a response body.

When does a server return 204?

Common response for successful DELETE requests or PUT updates that do not return the updated resource.

Is 204 a client error or server error?

HTTP 204 is a Success (2xx) response. This is a success response, meaning the request was received, understood, and accepted.

Looking for all status codes in one place? Use the interactive HTTP Status Codes reference tool to search and browse all codes.