Answers for "what status code should http delete return"

3

http status codes for delete

HTTP DELETE
A successful response of DELETE requests SHOULD be HTTP response code 200 (OK) if the response includes an entity describing the status, 202 (Accepted) if the action has been queued, or 204 (No Content) if the action has been performed but the response does not include an entity.
Posted by: Guest on September-03-2020

Code answers related to "what status code should http delete return"

Browse Popular Code Answers by Language