---
title: "Delete a workflow"
method: DELETE
path: "/processes/{id}"
tags: ["Taskflow"]
---

# Delete a workflow

`DELETE /processes/{id}`

Soft delete a workflow by marking it as deleted.

## Path parameters

- `id` string, required

## Headers

- `X-Company-ID` string, required

## Response `204`

Process deleted successfully

## Other responses

- `401` — Unauthorized
- `403` — Forbidden - User does not have permission to delete this process.
- `404` — Process not found

---

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