DELETE
/
api
/
functions
/
{slug}
{
  "success": true,
  "message": "Function hello-world deleted successfully"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

slug
string
required

Function slug identifier

Response

Function deleted successfully

success
boolean
message
string