---
title: "Delete a workflow version"
method: DELETE
path: "/workflows/versions/{version_id}"
tags: ["Workflows"]
---

# Delete a workflow version

`DELETE /workflows/versions/{version_id}`

Delete a workflow version based on the version id. 

### User Access Permission
You must be assigned the **Workflow Manage Access** permission to run this operation.

## Path parameters

- `version_id` integer, required

## Headers

- `Accept-Encoding` string
- `Content-Encoding` string
- `Zuora-Track-Id` string

## Response `200`

OK

- DeleteWorkflowSuccess
  - `id` string — The id of the deleted workflow
  - `success` boolean — The indicator for whether the deletion was a success

## Other responses

- `403` — Cannot delete the active version of a workflow.

---

[API](https://skmtc.dev/zuora/apis/api-reference.md) · [All operations](https://skmtc.dev/zuora/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/zuora/api-reference/revisions/d11e237f3e54/schema)
