1
0
forked from docs/doc-exports
doc-exports/docs/obs/api-swift/obs_03_0069.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

29 lines
1.9 KiB
HTML

<a name="obs_03_0069"></a><a name="obs_03_0069"></a>
<h1 class="topictitle1">Examples</h1>
<div id="body1442650115403"><div class="section" id="obs_03_0069__section2201390"><h4 class="sectiontitle">Delete Object</h4><p id="obs_03_0069__p61892272161737">Delete the <strong id="obs_03_0069__b38304470">goodbye</strong> object from the <strong id="obs_03_0069__b9195913">janeausten</strong> container:</p>
</div>
<pre class="codeblock" id="obs_03_0069__codeblock60287156113137">curl -i http://172.28.54.12:80/v1/AUTH_4b34aa268d8c45879cf4da16443d3f95/janeausten/goodbye -H "X-Auth-Token:74565091b56b4783818430cecb283e7f" -X DELETE</pre>
<pre class="screen" id="obs_03_0069__screen49200577113159">HTTP/1.1 204 No Content
X-Trans-Id: tx000001513cb0b434370c1-82374dd941
Content-Length: 0
Content-Type: text/html;charset=UTF-8
Date: Wed, 25 Nov 2015 03:29:52 GMT</pre>
<div class="section" id="obs_03_0069__section60098234144536"><h4 class="sectiontitle">Delete Non-Existing Object</h4><p id="obs_03_0069__p48068385162043">Delete the non-existing <strong id="obs_03_0069__b55544548">goodbye</strong> object from the <strong id="obs_03_0069__b30138892">janeausten</strong> container:</p>
<pre class="codeblock" id="obs_03_0069__codeblock53551110113233">curl -i http://172.28.54.12:80/v1/AUTH_4b34aa268d8c45879cf4da16443d3f95/janeausten/goodbye -H "X-Auth-Token:74565091b56b4783818430cecb283e7f" -X DELETE</pre>
</div>
<pre class="screen" id="obs_03_0069__screen35969033113310">HTTP/1.1 404 Not Found
X-Trans-Id: tx000001513cb1e9c6370c1-4c3eaf057d
Content-Type: text/html;charset=UTF-8
Date: Wed, 25 Nov 2015 03:31:11 GMT
Content-Length: 70
&lt;html&gt;&lt;h1&gt;Not Found&lt;/h1&gt;&lt;p&gt;The resource could not be found.&lt;/p&gt;&lt;/html&gt;</pre>
</div>
<div>
<div class="familylinks">
<div class="parentlink"><strong>Parent topic:</strong> <a href="obs_03_0066.html">Delete Object</a></div>
</div>
</div>