---
title: "Delete a workflow"
method: DELETE
path: "/v3/organization-workflows/{workflowId}"
tags: ["Resources"]
---

# Delete a workflow

`DELETE /v3/organization-workflows/{workflowId}`

## Path parameters

- `workflowId` string, required

## Response `204`

The workflow was deleted.

## Other responses

- `401` — The token is missing, malformed or expired.
- `403` — You don't own this workflow, or it is locked by someone else.
- `404` — The resource doesn't exist.

---

[API](https://skmtc.net/gitbookio/apis/carto-api.md) · [All operations](https://skmtc.net/gitbookio/apis/carto-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/gitbookio/carto-api/revisions/019f79ecdd6c/schema)
