Delete a Function
Hand off to an LLM
Delete a function and every one of its versions.
Permanent. Running and queued calls that reference this function continue to completion against the version they captured at call time, but no new calls can target it.
Before deleting
Workflow nodes that reference this function will fail at call time after deletion. List workflows that reference it first:
GET /v3/workflows?functionNames=my-functionUpdate or remove those workflows, or create a replacement function and re-point the workflow nodes, before deleting.
Authorization
API Key x-api-key<token>
Authenticate using API Key in request header
In: header
Path Parameters
functionName*string
Response Body
curl -X DELETE "https://api.bem.ai/v3/functions/string"Empty
See also
- Function types overview — extract, classify, split, join, enrich, parse, payload shaping
- Schema building guide — designing outputSchema