---
title: "Delete Traces By Flow"
method: DELETE
path: "/api/v1/monitor/traces"
tags: ["Traces"]
---

# Delete Traces By Flow

`DELETE /api/v1/monitor/traces`

Delete all traces for a flow.

Args:
    flow_id: The ID of the flow whose traces should be deleted.
    current_user: The authenticated user (required for authorization).

## Query parameters

- `flow_id` string, uuid, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/langflow-ai/apis/langflow.md) · [All operations](https://skmtc.net/langflow-ai/apis/langflow/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/langflow-ai/langflow/revisions/22962dc5e81b/schema)
