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

## Changes

- **2026-06-28** `fd8fb6b29e38` — 1 info
  - endpoint added
- **2026-06-27** `99b4ade46263` — 1 breaking
  - api path removed without deprecation
- **2026-06-19** `7f577998739b` — 1 info
  - endpoint added
- **2026-06-19** `ec76cd771e68` — 1 breaking
  - api path removed without deprecation
- **2026-06-15** `c6e2a60c14c3` — 1 info
  - endpoint added

[Full history](https://skmtc.dev/droidrun/apis/droidrun-cloud/changes/actions/:actionId/delete.md)

---

[API](https://skmtc.dev/droidrun/apis/droidrun-cloud.md) · [All operations](https://skmtc.dev/droidrun/apis/droidrun-cloud/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/droidrun/droidrun-cloud/revisions/b6fd8aed4bf4/schema)
