1
0
forked from docs/doc-exports
doc-exports/docs/obs/api-swift/obs_03_0066.html
zhangyue 894279c39a Object Storage Service API Reference Swift V1
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com>
Co-authored-by: zhangyue <zhangyue164@huawei.com>
Co-committed-by: zhangyue <zhangyue164@huawei.com>
2023-02-02 08:50:48 +00:00

1.5 KiB

Delete Object

The DELETE command is used to delete a specified object. After an object is deleted, any subsequent GET, HEAD, POST, or DELETE operations return a 404 Not Found error code.

For static large objects, you can add the multipart-manifest=delete query parameter. This operation deletes the segment objects and if all deletions succeed, this operation deletes the manifest object.

Normally the DELETE operation does not return a response body. However, with the multipart-manifest=delete query parameter, the response body contains a list of manifest and segment objects and the status of their delete operations.