/
/ComfyUI API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 31m ago · Updated 2w ago
billing1
feedback1
file19
job1
node4
queue3
settings4
system2
task2
user7
workflow13
workflows11
  • getGet publish info for a workflow file
  • postPublish a workflow file
  • getList workflows
  • postCreate a new workflow
  • getGet workflow
  • deleteDelete workflow
  • patchUpdate workflow metadata
  • getGet workflow content
  • postFork a workflow
  • postCreate a new version
  • getGet a published workflow by share ID
  • postMark assets whose backing files no longer exist on disk
  • postTrigger asset scan/seed from filesystem
  • postCancel an in-progress asset scan
  • getGet asset scan progress
  • getList available embedding names
  • postFree GPU memory and/or unload models
  • getGet internationalisation translation strings
  • getGet configured folder paths
  • getGet server logs as text
  • getGet raw structured log entries
  • patchSubscribe or unsubscribe a WebSocket client to log streaming
workflows

Delete workflow

Soft-deletes a workflow.

delete/api/workflows/{workflow_id}

Path parameters

workflow_idstring required

The UUID of the workflow to delete.

Response

Workflow deleted successfully

Changes