Delete a Workflow

Hand off to an LLM

Delete a workflow and every one of its versions.

Permanent. Running and queued calls against this workflow continue to completion against the version they captured at call time; subsequent attempts to call the workflow return 404 Not Found.

Functions referenced by the deleted workflow are not removed — they remain available to other workflows or for direct reference.

DELETE
/v3/workflows/{workflowName}
x-api-key<token>

Authenticate using API Key in request header

In: header

Path Parameters

workflowName*string

Response Body

curl -X DELETE "https://api.bem.ai/v3/workflows/string"
Empty

See also