DeleteContainer
    • PDF

    DeleteContainer

    • PDF

    Article summary

    Available in Classic and VPC

    Delete containers (buckets) with no data.

    Requests

    The following describes the request format for the endpoint. The request format is as follows.

    MethodURI
    DELETE/{containerName}

    Request headers

    The following describes the headers.

    FieldTypeRequiredDescription
    x-ncp-apigw-timestampStringRequiredTimestamp value
    • It indicates the elapsed time in milliseconds since January 1, 1970 00:00:00 UTC
    • Request is considered invalid if the timestamp differs from the current time by more than 5 minutes
    x-ncp-iam-access-keyStringRequiredAPI key issued by NAVER Cloud Platform or access key issued by Sub Account
    x-ncp-apigw-signature-v2StringRequiredSignature used to encrypt the body of the above example with the secret key that maps with the access key ID
    • Use the HMAC-SHA256 encryption algorithm
    x-ncp-region_codeStringRequiredRegion code of the container
    • <Example> Korea: KR | Singapore: SGN

    Request path parameters

    The following describes the parameters.

    FieldTypeRequiredDescription
    containerNameStringRequiredName of the container (bucket) to delete

    Request example

    The following is a sample request.

    curl -X DELETE " https://archivestorage.apigw.ntruss.com/swift/v1/{containerName}" -H "accept: application/json" -H "x-ncp-region-code: {regionCode}"
    -H "x-ncp-iam-access-key: {AccessKey} "
    -H "x-ncp-apigw-timestamp: {current timestamp}"
    -H "x-ncp-apigw-signature-v2: {generated signature}"
    

    Responses

    The following describes the response format.

    Response headers

    The following describes the headers.

    FieldTypeRequiredDescription
    ServerString-Response server
    DateString-Response time of the request (UTC)
    ConnectionString-TCP connection status between client and server
    Referrer-PolicyString-HTTP Referrer header handling method
    x-ncp-apigw-response-originString-Original source of the response
    x-ncp-trace-idString-ID for transaction tracking

    Response example

    The following is a sample response.

    HTTP/1.1 204 No Content
    Server: nginx
    Date: Tue, 16 Apr 2024 02:55:54 GMT
    Connection: keep-alive
    Referrer-Policy: unsafe-url
    x-ncp-trace-id: 3cdj36li3ip9i36ohl64omapb2
    x-ncp-apigw-response-origin: ENDPOINT
    

    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.