Skip to main content
DELETE
/
v1
/
accounts
/
{account_id}
/
agents
/
{agent_id}
Archive an agent
curl --request DELETE \
  --url https://api.itellico.ai/v1/accounts/{account_id}/agents/{agent_id} \
  --header 'X-API-Key: <api-key>'
{
  "code": "<string>",
  "message": "<string>",
  "detail": "<string>",
  "errors": [
    {
      "field": "<string>",
      "message": "<string>",
      "type": "<string>"
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.itellico.ai/llms.txt

Use this file to discover all available pages before exploring further.

Authorizations

X-API-Key
string
header
required

Path Parameters

account_id
string
required
agent_id
string<uuid4>
required

Response

No Content