APIAgents

Delete agent

Delete an agent instance.

DELETE/agent-instances/{agent_instance_id}

Delete an agent instance.

Path Parameters

agent_instance_id*string
Formatuuid

Response Body

application/json

curl -X DELETE "https://example.com/agent-instances/497f6eca-6276-4993-bfeb-53cbbbba6f08"
Empty
{  "code": "bad_request",  "message": "string",  "validation_errors": [    {      "field": "string",      "message": "string",      "rule": "string"    }  ]}