Skip to main content
DELETE
/
v1
/
workflow
/
{id}
Delete Workflow
curl --request DELETE \
  --url https://api.comfycontrol.app/v1/workflow/{id} \
  --header 'Authorization: Bearer <token>'
{
  "401": {},
  "404": {}
}

Overview

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

Path Parameters

id
string
required
The unique identifier (UUID) of the workflow to delete.

Response

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

Example Response

Status: 200 OK

Error Responses

401
error
Unauthorized - invalid or missing authentication token.
404
error
Not Found - workflow with the specified ID does not exist or does not belong to your account.

Notes

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