DeleteContainer
    • PDF

    DeleteContainer

    • PDF

    Article Summary

    Overview

    Deletes an empty container (bucket).

    Syntax

    DELETE /v1/AUTH_{project_id}/{container}
    

    Request

    NameInTypeDescription
    project_idpathstringProject ID
    containerpathstringContainer (bucket) name
    X-Auth-Token (Optional)headerstringToken

    Response

    NameInTypeDescription
    DateheaderstringResponse time of the request (in UTC)
    Content-LengthheaderstringLength of the response result (in bytes)
    Content-Type (Optional)headerstringMIME type of the response result
    X-Trans-IdheaderstringTransaction ID of the request
    X-Openstack-Request-IdheaderstringTransaction ID of the request (same as X-Trans-Id)

    Examples

    Request example

    curl -i -X DELETE -H "X-Auth-Token: $token" https://kr.archive.ncloudstorage.com/v1/AUTH_{project_id}/{container}
    

    Response example

    HTTP/1.1 204 No Content
    Content-Length: 0
    Content-Type: text/html; charset=UTF-8
    X-Trans-Id: tx762d33b115e748a29fb6e-005b98975b
    X-Openstack-Request-Id: tx762d33b115e748a29fb6e-005b98975b
    Date: Wed, 12 Sep 2018 04:34:35 GMT
    

    It returns No Content (204) status code if the request is successful.


    Was this article helpful?

    What's Next
    Changing your password will log you out immediately. Use the new password to log back in.
    First name must have atleast 2 characters. Numbers and special characters are not allowed.
    Last name must have atleast 1 characters. Numbers and special characters are not allowed.
    Enter a valid email
    Enter a valid password
    Your profile has been successfully updated.