Delete Function References
Hand off to an LLM
Deletes references and related transformations for a given function according to the reference IDs provided.
Deprecated
This v1/v2 endpoint is deprecated. See the V3 API Reference for current endpoints.
Authorization
API Key x-api-key<token>
Authenticate using API Key in request header
In: header
Path Parameters
functionName*string
Query Parameters
referenceIDs*array<>
Array with the reference IDs of the function references to clean up. Formatted as a CSV array.
Items
1 <= itemsResponse Body
application/json
curl -X DELETE "https://api.bem.ai/v2/functions/string/references?referenceIDs=string"{
"deleteCount": 0
}