コンテナ削除
Description
コンテナを削除します。
コンテナ内のオブジェクトがすべて削除されている必要があります。
Request URL
ObjectStorage API v1 DELETE /v1/gac50_{account}/{container}
Request Json
This operation does not accept a request body.
Request Parameters
Parameter | Value | Style | Description |
---|---|---|---|
X-Auth-Token | トークンID | header | トークン発行 にて払い出されたID |
account | テナントID | URI | テナントIDを指定します。 |
container | コンテナ名 | URI | コンテナ名を指定します。 |
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" \ オブジェクトストレージエンドポイント/コンテナ名
-
Response
HTTP/1.1 204 No Content Content-Length: 0 Content-Type: text/html; charset=UTF-8 X-Trans-Id: txba3900240e0c4e258ff14-005abe46c6 Date: Fri, 30 Mar 2018 14:16:38 GMT