---
title: "Delete an action item"
method: DELETE
path: "/action-items/{id}"
tags: ["Taskflow"]
---

# Delete an action item

`DELETE /action-items/{id}`

Delete an action item by ID. Users can only delete action items they created.

When an item is deleted, all items with higher positions are automatically shifted down to close the gap and maintain a continuous sequence.

## Path parameters

- `id` string, required

## Headers

- `X-Company-ID` string, required

## Response `204`

Action item successfully deleted

## Other responses

- `401` — Unauthorized - authentication credentials not provided or invalid
- `403` — Forbidden - insufficient permissions
- `404` — Action item not found or not owned by user

---

[API](https://skmtc.net/cubesoftware/apis/cube-api.md) · [All operations](https://skmtc.net/cubesoftware/apis/cube-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cubesoftware/cube-api/revisions/67d9f45bb99b/schema)
