百度智能云

All Product Document

          Object Storage

          Delete Specified ID Synchorinization Copy Configuration of Bucket

          Interface Description

          This interface is used to delete the synchronous data replication configuration of the corresponding ID.

          Request URI

          DELETE /v1/{bucketName}/?replication

          Parameter Name Parameter Type Required Description Example Value Parameter Position
          bucketName String Yes Bucket name "bucketName_example" Path
          id String Yes Replication rule name "id_example" Query

          Request Body Parameters

          Instructions for Data Structure of Request Body Field

          Response Body Parameters

          Instructions for Data Structure of Response Body Field

          Request Example

          DELETE /v1/bucketName_example/?replication&id=id_example
          Common Request Header
          
          
          { }

          Response Example

          HTTP/1.1 200 OK
          <Common response header>
          
          { }

          Error Code

          Refer to the universal error code.

          Previous
          Get Specified ID Data Synchronization Progress Status of Bucket
          Next
          Bucket Related Interfaces