DeleteBucketCORS
    • PDF

    DeleteBucketCORS

    • PDF

    Article Summary

    Overview

    Deletes the CORS configuration information for the bucket by making a DELETE request with parameters to the bucket.

    Request

    Syntax

    DELETE https://{endpoint}/{bucket-name}?cors= # path style
    DELETE https://{bucket-name}.{endpoint}?cors= # virtual host style
    

    Examples

    Request example

    The following request deletes the CORS configuration for the bucket.

    DELETE /apiary?cors= HTTP/1.1
    Authorization: {authorization-string}
    x-amz-date: 20161011T190354Z
    Host: kr.object.ncloudstorage.com
    

    Response example

    HTTP/1.1 204 No Content
    Date: Thu, 25 Aug 2016 17:44:57 GMT
    x-amz-request-id: 8ff4dc32-a6f0-447f-86cf-427b564d5855
    Accept-Ranges: bytes
    

    Was this article helpful?

    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.