---
title: "Delete Shared Messages Session"
method: DELETE
path: "/api/v1/monitor/messages/shared/session/{session_id}"
tags: ["Monitor"]
---

# Delete Shared Messages Session

`DELETE /api/v1/monitor/messages/shared/session/{session_id}`

Delete messages for a session on a shared/public flow, scoped to the authenticated user.

## Path parameters

- `session_id` string, required

## Query parameters

- `source_flow_id` string, uuid, required — The original public flow ID

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

- **2026-04-13** `acd160326a88` — 1 info
  - endpoint added
- **2025-10-16** `9bd3e81318d7` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/langflow-ai/apis/langflow/changes/api/v1/monitor/messages/shared/session/:session_id/delete.md)

---

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