Skip to main content
DELETE
/
agents
/
{agentId}
Delete a custom agent
curl --request DELETE \
  --url https://api.artosai.com/agents/{agentId} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>",
  "agentId": "<string>",
  "deleted_at": "2023-11-07T05:31:56Z",
  "affected_pipelines": [
    "<string>"
  ]
}

Authorizations

Authorization
string
header
required

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

Path Parameters

agentId
string
required

Response

200 - application/json

Agent deletion confirmation

message
string
agentId
string
deleted_at
string<date-time>
affected_pipelines
string[]