DELETE
/
v1
/
ai-agents
/
{agent_id}
curl --request DELETE \
  --url https://api.trata.ai/v1/ai-agents/{agent_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "Success"
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

agent_id
string
required

ID of the agent

Response

200
application/json

AI Agent deleted successfully

The response is of type object.