---
title: "Delete an action"
method: DELETE
path: "/actions/{actionId}"
tags: ["Actions"]
---

# Delete an action

`DELETE /actions/{actionId}`

Delete an action by its ID. Returns 404 if no action matches.

## Path parameters

- `actionId` string, uuid, required

## Response `200`

Action deleted

- 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)
