Skip to main content
DELETE
/
v1
/
comfyui-workflows
/
{comfyui_workflow_id}
/
inputs
/
{id}
Delete comfy uiinput
curl --request DELETE \
  --url https://api.runflow.io/v1/comfyui-workflows/{comfyui_workflow_id}/inputs/{id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "message": "<string>",
  "errors": [
    {}
  ]
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

X-Organization-Id
string | null

Path Parameters

id
string<uuid>
required
comfyui_workflow_id
string
required

Comfy Uiworkflow ID. Use 'any' to search across all parents.

Response

No content.