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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://developer.watson-orchestrate.ibm.com/llms.txt
Use this file to discover all available pages before exploring further.