Guide

IntroductionGlossarySchema Building Guide

API Reference

Create a Function POSTDelete a Function DELETEFunction Review POSTGet Function Metrics GETGet a Function GETGet a Function Version GETList Functions GETList Function Versions GETUpdate a Function PUT
Functions

Delete a Function

DELETE
/v2/functions/{functionName}

Authorization

x-api-key<token>

Authenticate using API Key in request header

In: header

Path Parameters

functionNamestring

Response Body

curl -X DELETE "https://api.bem.ai/v2/functions/string"
Empty

Create a Function POST

Previous Page

Function Review POST

Next Page