ユーザーガイド/リファレンスガイド

コンテナ削除

Description

コンテナを削除します。
コンテナ内のオブジェクトがすべて削除されている必要があります。

Request URL

ObjectStorage API v1
DELETE /v1/ze_{account}/{container}

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 コンテナ名

Response

Normal response codes

204

Example

Request

curl -i -X DELETE \
-H “Accept: 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: tx301b2538fabe494dba632-0057b6ceb8
Date: Fri, 19 Aug 2016 09:17:45 GMT