Skip to main content
DELETE
/
v1
/
flows
/
{flow_id}
/
outputs
/
{id}
Delete flow output
curl --request DELETE \
  --url https://api.runflow.io/v1/flows/{flow_id}/outputs/{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
flow_id
string
required

Flow ID. Use 'any' to search across all parents.

Response

No content.