# Delete Action Workflow

## Delete an action workflow

<mark style="color:red;">`DELETE`</mark> `https://api.couchdrop.io/manage/workflow/events/<workflow_id>`

#### Path Parameters

| Name         | Type   | Description                               |
| ------------ | ------ | ----------------------------------------- |
| workflow\_id | String | Id of the workflow that should be deleted |

#### Headers

| Name  | Type   | Description      |
| ----- | ------ | ---------------- |
| token | String | API Access Token |

{% tabs %}
{% tab title="200: OK Successfully delete the workflow" %}

```javascript
{
    // Response
}
```

{% endtab %}

{% tab title="403: Forbidden Authentication invalid" %}

```javascript
{
    // Response
}
```

{% endtab %}
{% endtabs %}
