# Terminate workflow request

`POST /v1.0-beta1/workflows/{workflowComponentName}/{instanceId}/terminate`

Terminate a running workflow instance with the given name and instance ID.

## Request

### Path parameters

| Name | Type | Required | Description |
| --- | --- | --- | --- |
| `workflowComponentName` | string | Yes | Use "dapr" for Catalyst Workflows. Pattern: `^[a-zA-Z0-9_-]+$`. |
| `instanceId` | string | Yes | Unique value created for each run of a specific workflow. Pattern: `^[a-zA-Z0-9_-]+$`. |

## Responses

### 202 — Accepted.

### 400 — Request was malformed.

### 500 — Request formatted correctly, error in Catalyst code or underlying component.
