latestOpenAPI 3.1.02026-08-236994571.1 MB
79928a3d37d3
Agents
Delete Agent
Delete an agent
Example Request:
curl -X DELETE "http://localhost:4000/agents/123e4567-e89b-12d3-a456-426614174000" \
-H "Authorization: Bearer <your_api_key>"
Example Response:
{
"message": "Agent 123e4567-e89b-12d3-a456-426614174000 deleted successfully"
}
delete/v1/agents/{agent_id}
Path parameters
agent_idstring required
Response
Successful Response
{"stackTrail":"paths:/v1/agents/{agent_id}:delete:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}