Skip to main content
DELETE
/
agent
/
{id}
Delete an Agent by ID
curl --request DELETE \
  --url https://api.trugen.ai/v1/agent/{id} \
  --header 'x-api-key: <api-key>'
{
  "id": "97e9ed09-35a7-4bfa-94ab-705fc1ad725b",
  "message": "Agent deleted successfully"
}

Authorizations

x-api-key
string
header
required

Path Parameters

id
string<uuid>
required

Unique identifier for the Agent

Response

Agent deleted successfully

id
string<uuid>

Unique ID of the deleted Agent.

message
string