DigitalOcean-public.v2-new_GradientAI Platform
Delete Function Route for an Agent
To delete a function route from an agent, send a DELETE request to /v2/gen-ai/agents/{agent_uuid}/functions/{function_uuid}.
delete/v2/gen-ai/agents/{agent_uuid}/functions/{function_uuid}
Path parameters
agent_uuidstring required
The id of the agent the function route belongs to.
function_uuidstring required
The function route to be destroyed. This does not destroy the function itself.
Response
A successful response.