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


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://doc.flow.swiss/products/object-storage/ressources/replication-management/delete-service-replication.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
