DELETE operations on an object are used to permanently remove that object from the storage system (metadata and data).

Deleting an object is processed immediately at the time of the request. Any subsequent GET, HEAD, POST, or DELETE operations will return a 404 (Not Found) error.


No response body is returned. A status code of 204 (No Content) indicates success, status 404 (Not Found) is returned when the object does not exist.