cURL
curl --request DELETE \ --url https://{api_endpoint}/api/v1/orchestrate/agents/{id} \ --header 'Authorization: Bearer <token>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Deletes a registered agent by id.
The knowledge-bases in general are sharable among agents, however in UI, this is not aparent. Providing this flag keep_knowledge_bases for UI to set to false, in order to avoid “orphan” knowledge bases
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Successful Response