Function calls

Delete Function References

Deletes references and related transformations for a given function according to the reference IDs provided.

DELETE
/v2/functions/{functionName}/references
x-api-key<token>

Authenticate using API Key in request header

In: header

Path Parameters

functionNamestring

Query Parameters

referenceIDsarray<string>

Array with the reference IDs of the function references to clean up. Formatted as a CSV array.

Response Body

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