---
title: "Remove an action from a flow"
method: DELETE
path: "/flows/{flowId}/actions/{flowActionId}"
tags: ["Flows", "Flow Actions"]
---

# Remove an action from a flow

`DELETE /flows/{flowId}/actions/{flowActionId}`

## Path parameters

- `flowId` string, uuid, required
- `flowActionId` string, uuid, required

## Response `200`

Flow action removed

- object
  - `message` string, required

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.net/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/versions/7f577998739b/schema)
