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.

DELETE
/v2/functions/{functionName}/references
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.

Items1 <= items

Response Body

application/json

curl -X DELETE "https://api.bem.ai/v2/functions/string/references?referenceIDs=string"
{
  "deleteCount": 0
}

See also