---
title: "Unregister Flows"
method: POST
path: "/flow/unregister"
tags: ["Flow Operations"]
---

# Unregister Flows

`POST /flow/unregister`

Remove previoiusly registered flow sources.

## Request body

- RegisterFlow
  - `url` union, required
    - string
    - string[]

## Response `200`

Request fulfilled, document follows

- object

## Other responses

- `400` — Bad request syntax or unsupported method

## Changes

- **2025-08-08** `696ee83009f6` — 1 info
  - api operation id `FlowUnregisterUnregisterFlow` removed and replaced with `13_unregister_flow`
- **2025-08-06** `82f6f0eba091` — 1 warning, 6 info
  - removed the optional property `deletes` from the response with the `200` status
  - api operation id `FlowUnregisterUnregisterFlow` was added
  - api tag `Flow Operations` added
  - api tag `Flow Management` removed
  - …3 more

[Change history](https://skmtc.dev/masumi-network/apis/kodosumi-api/changes/flow/unregister/post.md)

---

[API](https://skmtc.dev/masumi-network/apis/kodosumi-api.md) · [All operations](https://skmtc.dev/masumi-network/apis/kodosumi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/masumi-network/kodosumi-api/revisions/2092ce918678/schema)
