---
title: "Remove the sync pipe"
method: DELETE
path: "/api/rgw/multisite/sync-pipe/{group_id}/{pipe_id}"
tags: ["RgwMultisite"]
---

# Remove the sync pipe

`DELETE /api/rgw/multisite/sync-pipe/{group_id}/{pipe_id}`

## Path parameters

- `group_id` string, required
- `pipe_id` string, required

## Query parameters

- `source_zones` string
- `destination_zones` string
- `bucket_name` string
- `daemon_name` string

## Response `202`

Operation is still executing. Please check the task queue.

- object

## Other responses

- `204` — Resource deleted.
- `400` — Operation exception. Please check the response body for details.
- `401` — Unauthenticated access. Please login first.
- `403` — Unauthorized access. Please check your permissions.
- `500` — Unexpected error. Please check the response body for the stack trace.

## Changes

- **2026-06-02** `34d40e92ede1` — 1 info
  - added the new optional `query` request parameter `daemon_name`
- **2026-05-05** `374241f19512` — 1 warning
  - deleted the `query` request parameter `daemon_name`
- **2026-05-04** `f092a403d700` — 1 info
  - added the new optional `query` request parameter `daemon_name`

[Change history](https://skmtc.dev/ceph/apis/ceph-rest-api/changes/api/rgw/multisite/sync-pipe/:group_id/:pipe_id/delete.md)

---

[API](https://skmtc.dev/ceph/apis/ceph-rest-api.md) · [All operations](https://skmtc.dev/ceph/apis/ceph-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ceph/ceph-rest-api/revisions/474e652a8dce/schema)
