pydo.genai.detach_agent_function()
Generated on 9 Jun 2026
from pydo version
v0.36.0
Usage
client.genai.detach_agent_function(
agent_uuid="\"123e4567-e89b-12d3-a456-426614174000\"",
function_uuid="\"123e4567-e89b-12d3-a456-426614174000\"",
)Description
To delete a function route from an agent, send a DELETE request to /v2/gen-ai/agents/{agent_uuid}/functions/{function_uuid}.
Parameters
agent_uuidstring requiredThe id of the agent the function route belongs to.
function_uuidstring requiredThe function route to be destroyed. This does not destroy the function itself.
Response Example
More Information
See /v2/gen-ai/agents/{agent_uuid}/functions/{function_uuid} in the API reference for additional detail on responses, headers, parameters, and more.