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
curl --request DELETE \
--url https://{api_endpoint}/api/v1/orchestrate/agents/{id} \
--header 'Authorization: Bearer <token>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}