cURL
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>" ] }
Removes a custom agent. Built‑in agents cannot be deleted.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Agent deletion confirmation