---
title: "Cancel workflow instance."
method: POST
path: "/workflowInstances/{workflowInstanceId}/canceled"
tags: ["Workflow Instances"]
---

# Cancel workflow instance.

`POST /workflowInstances/{workflowInstanceId}/canceled`

Cancels the workflow instance with the specified ID with a reason. Canceling the workflow instance also cancels the workflow sub-processes.

## Path parameters

- `workflowInstanceId` string, uuid, required

## Request body

- string

## Response `204`

The workflow instance has been successfully canceled.

---

[API](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api.md) · [All operations](https://skmtc.net/collibra/apis/collibra-data-governance-center-core-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/collibra/collibra-data-governance-center-core-api/revisions/6d091bc86a33/schema)
