DeleteObject
    • PDF

    DeleteObject

    • PDF

    Article Summary

    Overview

    Delete the object by making a DELETE request with the specified object path. No parameters or payload is used for the operation.

    Request

    Syntax

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

    Examples

    Request example

    DELETE /example-bucket/soldier-bee HTTP/1.1
    Authorization: {authorization-string}
    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.