# DELETE service replication

Deletes replication configuration for the specified bucket.

### Requests <a href="#kanchor57" id="kanchor57"></a>

#### Syntax <a href="#kanchor58" id="kanchor58"></a>

```
DELETE /?replication HTTP/1.1
Host: <bucket>.<host>
Date: <date>
Authorization: <authorization_string>
```

#### Parameters <a href="#kanchor59" id="kanchor59"></a>

| Parameter | Description                             |
| --------- | --------------------------------------- |
| `bucket`  | <p>Bucket name.</p><p>Type: string.</p> |

#### Headers <a href="#kanchor60" id="kanchor60"></a>

This implementation uses only common request headers.

### Responses <a href="#kanchor61" id="kanchor61"></a>

#### Headers <a href="#kanchor62" id="kanchor62"></a>

This implementation uses only common response headers.

#### Body <a href="#kanchor63" id="kanchor63"></a>

Empty.

#### Examples <a href="#kanchor64" id="kanchor64"></a>

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
```
