pydo.genai.detach_agent_function()
Generated on 17 Apr 2025
from pydo
version
v0.10.0
Description
To delete a function route from an agent, send a DELETE request to /v2/gen-ai/agents/{agent_uuid}/functions/{function_uuid}
.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
agent_uuid |
string | True | The id of the agent the function route belongs to. | |
function_uuid |
string | True | The function route to be destroyed. This does not destroy the function itself. |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.