---
title: "Delete Pipeline"
method: DELETE
path: "/api/v2/pipelines/{name}"
tags: ["v2", "pipelines"]
---

# Delete Pipeline

`DELETE /api/v2/pipelines/{name}`

Replaces a pipeline with an empty inactive pipeline and resets it.

This is done to ensure that no artifacts (offsets, schema, data streams etc.) are left behind,
as this may cause errors and unexpected behavior when trying to re-create the pipeline.

## Path parameters

- `name` string, required — Pipeline name

## Response `204`

Successful Response

## Other responses

- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/redis/apis/redis-data-integration-api.md) · [All operations](https://skmtc.net/redis/apis/redis-data-integration-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/redis/redis-data-integration-api/versions/30f630f0aac5/schema)
