Skip to main content
DELETE
/
v1
/
comfyui-workflows
/
{id}
Delete comfy uiworkflow
curl --request DELETE \
  --url https://api.runflow.io/v1/comfyui-workflows/{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

Response

No content.