cURL
curl --request DELETE \ --url https://api.runflow.io/v1/comfyui-workflows/{comfyui_workflow_id}/outputs/{id} \ --header 'Authorization: Bearer <token>'
{ "code": "<string>", "message": "<string>", "errors": [ {} ] }
Delete a comfy uioutput by ID.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Comfy Uiworkflow ID. Use 'any' to search across all parents.
No content.