Description
オブジェクトを削除します。
Request URL
ObjectStorage API v1 DELETE /v1/ze_{account}/{container}/{object} |
Request Json
This operation does not accept a request body. |
Request Paramters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | Userトークン | header | トークンID |
account | テナントID | URI | テナントID |
container | コンテナ名 | URI | コンテナ名 |
object | オブジェクト名 | URI | オブジェクト名 |
multipart-manifest(Optional) | string | query |
Response
Normal response codes
204 |
Example
Request
curl -i -X DELETE \ -H “Accept: application/json” \ -H “Content-Type: application/json” \ -H “X-Auth-Token: トークンID” \ https://object-storage.odc01.eva-clouds.com/v1/ze_テナントID/コンテナ名/オブジェクト名 |
Response
HTTP/1.1 204 No Content Content-Length: 0 Content-Type: text/html; charset=UTF-8 X-Trans-Id: tx1aa4b0d024c749409b356-0057babc0b Date: Mon, 22 Aug 2016 08:47:07 GMT |