pub const DELETED: Code;Expand description
§2.02 Deleted
generated from RFC7252 section 5.9.1.2
This Response Code is like HTTP 204 “No Content” but only used in response to requests that cause the resource to cease being available, such as DELETE and, in certain circumstances, POST. The payload returned with the response, if any, is a representation of the action result.
This response is not cacheable. However, a cache MUST mark any stored response for the deleted resource as not fresh.