DELETE service replication
Deletes replication configuration for the specified bucket.
DELETE /?replication HTTP/1.1
Host: <bucket>.<host>
Date: <date>
Authorization: <authorization_string>
Parameter | Description |
---|---|
bucket | Bucket name. Type: string. |
This implementation uses only common request headers.
This implementation uses only common response headers.
Empty.
Sample request
Deletes replication configuration of the bucket
test
.DELETE/?replication HTTP/1.1
Host: test.os.zrh1.flow.swiss
Date: Tu, 18 Jan 2021 14:08:55 GMT
Authorization: <authorization_string>
Sample response
HTTP/1.1 200 OK
Transfer-encoding : chunked
Server : nginx/1.8.1
Connection: closed
x-amz-request-id : 80000000000000030005c8caec96d65b
Date : Tu, 21 Jan 2021 14:08:56 GMT
Last modified 9mo ago