v8

latestOpenAPI 3.0.0Apache 2.0raw.githubusercontent.com2025-10-165266542.4 MB
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.

child_agent_uuidstring

Routed agent id

parent_agent_uuidstring

Pagent agent id

Example response

{
  "child_agent_uuid": "123e4567-e89b-12d3-a456-426614174000",
  "parent_agent_uuid": "123e4567-e89b-12d3-a456-426614174000"
}