Skip to main content
DELETE
/
api
/
flow_runs
/
{id}
/
input
/
{key}
Delete Flow Run Input
curl --request DELETE \
  --url https://api.example.com/api/flow_runs/{id}/input/{key}
{}

Headers

x-prefect-api-version
string

Path Parameters

id
string<uuid>
required

The flow run id

key
string
required

The input key

Response

Successful Response