Skip to main content
DELETE
/
v1
/
functions
/
{function_id}
Delete function
curl --request DELETE \
  --url https://flow.seekr.com/v1/functions/{function_id} \
  --header 'Authorization: <api-key>'
{
  "deleted": true
}

Authorizations

Authorization
string
header
required

Authorization Bearer Token

Headers

x-team-id
string | null

Path Parameters

function_id
string
required

Response

Successful Response

Response model for deleting a Python function.

deleted
boolean
required
Last modified on June 18, 2026