Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request DELETE \ --url https://flow.seekr.com/v1/functions/{function_id} \ --header 'Authorization: <api-key>'
{ "deleted": true }
Delete a Python function by its ID for the user.
Authorization Bearer Token
Successful Response
Response model for deleting a Python function.