[Solved]-What is the HTTP status return code for a successful …
https://www.appsloveworld.com/springmvc/100/1/what-is-the-http-status-return-code-for-a-successful-delete-statement-in-rest
There's no official status code list for RESTful APIs, but most agree that a 204 is a good response code for a successful delete, as there's usually not a good reason to return a response body after deleting something. In general, if an operation is successful and the response body is empty return 204.
DA: 44 PA: 48 MOZ Rank: 35