cURL
curl --request DELETE \ --url https://api.example.com/v1/custom_functions/{function_id} \ --header 'x-api-key: <api-key>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>", "input": "<unknown>", "ctx": {} } ] }
Permanently delete a custom function
attached_tools
graph
202 Accepted
curl -X DELETE -H "x-api-key: <your-api-key>" \ "https://api.xpander.ai/v1/custom_functions/<function-id>"
API Key for authentication
Successful Response
Was this page helpful?
Contact support