---
title: "Delete a streaming pipeline definition"
method: DELETE
path: "/v1/projects/{projectId}/streaming-pipelines/{streamingPipelineId}"
tags: ["Streaming Pipelines"]
---

# Delete a streaming pipeline definition

`DELETE /v1/projects/{projectId}/streaming-pipelines/{streamingPipelineId}`

Deletes a streaming pipeline definition in the account and project

## Path parameters

- `projectId` string, uuid, required
- `streamingPipelineId` string, uuid, required

## Response `204`

Successfully deleted the streaming pipeline definition

## Other responses

- `400` — Bad Request
- `403` — Unauthorized
- `404` — Streaming pipeline definition not found
- `500` — Unexpected error occurred

---

[API](https://skmtc.net/maia/apis/maia-public-rest-api.md) · [All operations](https://skmtc.net/maia/apis/maia-public-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/maia/maia-public-rest-api/revisions/6239825f68eb/schema)
