Baidu AI Cloud
中国站

百度智能云

Object Storage

DeleteNotification

Interface Description

This interface is used to delete the notification rules in the specified bucket.

Request

  • Request syntax

    http
    DELETE /?notification HTTP/1.1
    Host: <BucketName>.bj.bcebos.com
    Date: <Date>
    Authorization: <AuthorizationString>
  • Request header field

    None

  • Request parameters

    None

Response

  • Response header field

    None

  • Response element

    None

Example

  • Request example

    http
    DELETE /?notification HTTP/1.1
    Host: <BucketName>.bj.bcebos.com
    Date: Wed, 12 Sep 2018 06:34:40 GMT
    Authorization: AuthorizationString
  • Response example

    HTTP/1.1 200 OK
    x-bce-request-id: 4db2b34d-654d-4d8a-b49b-xxxxxx786409
    Date: Wed, 06 Apr 2016 06:34:40 GMT
    Content-Length: 0
    Connection: close
    Server: BceBos
Previous
PutNotification
Next
GetNotification