Delete Specified ID Synchorinization Copy Configuration of Bucket
Last Updated:2021-09-13
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.
