DELETE
/
functions
/
{schema}
/
{functionName}
Delete function
curl --request DELETE \
  --url https://api.fluxend.app/functions/{schema}/{functionName} \
  --header 'Authorization: <authorization>' \
  --header 'X-Project: <x-project>'
This response does not have an example.

Headers

Authorization
string
required

Bearer Token

X-Project
string
required

Project UUID

Path Parameters

projectUUID
string
required

Project UUID

schema
string
required

Schema name

functionName
string
required

Function name

Response

204

Form deleted