Skip to main content
DELETE
Delete Custom Function
Permanently delete a custom function. Make sure to remove it from any agents’ attached_tools and graph before deleting.

Path Parameters

function_id
string
required
Unique identifier of the custom function to delete

Response

Returns HTTP 202 Accepted on successful deletion.

Example Request

Notes

  • Remove the function from any agents’ attached_tools and graph before deleting
  • This operation is permanent and cannot be undone

Authorizations

x-api-key
string
header
required

API Key for authentication

Path Parameters

function_id
string
required

Response

Successful Response