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

# Remove an action from a flow

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

Remove a single action from a flow by its `flowActionId`. Returns 404 if the flow or flow action does not exist.

## 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/mobilerun/apis/workflows.md) · [All operations](https://skmtc.net/mobilerun/apis/workflows/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mobilerun/workflows/revisions/1bc499aa8f99/schema)
