DigitalOcean-public.v2-new_GradientAI Platform
Delete Agent Route for an Agent
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}.
delete/v2/gen-ai/agents/{parent_agent_uuid}/child_agents/{child_agent_uuid}
Path parameters
parent_agent_uuidstring required
Pagent agent id
child_agent_uuidstring required
Routed agent id
Response
A successful response.
Example response
{
"child_agent_uuid": "123e4567-e89b-12d3-a456-426614174000",
"parent_agent_uuid": "123e4567-e89b-12d3-a456-426614174000"
}