> ## Documentation Index
> Fetch the complete documentation index at: https://docs.comfycontrol.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete Workflow

> Permanently delete a workflow

## Overview

Permanently delete a workflow from your account. This action cannot be undone.

<Warning>
  Deleting a workflow is permanent.
</Warning>

## Path Parameters

<ParamField path="id" type="string" required>
  The unique identifier (UUID) of the workflow to delete.
</ParamField>

## Response

Returns a 200 OK status with no body on successful deletion.

## Example Response

```
Status: 200 OK
```

## Error Responses

<ResponseField name="401" type="error">
  Unauthorized - invalid or missing authentication token.
</ResponseField>

<ResponseField name="404" type="error">
  Not Found - workflow with the specified ID does not exist or does not belong to your account.
</ResponseField>

## Notes

* This action is permanent and cannot be undone
* The workflow count toward your tier limit is reduced after deletion
