pydo.genai.detach_agent()
Generated on 17 Apr 2025
from pydo
version
v0.10.0
Description
To delete an agent route from a parent agent, send a DELETE request to /v2/gen-ai/agents/{parent_agent_uuid}/child_agents/{child_agent_uuid}
.
Parameters
Name | Type | Required | Description | Default Value |
---|---|---|---|---|
parent_agent_uuid |
string | True | Pagent agent id | |
child_agent_uuid |
string | True | Routed agent id |
More Information
See the API spec for this endpoint to view additional detail on responses, headers, parameters, and more.