curl --request DELETE \
--url http://localhost:8000/api/agents/{agent_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Soft delete an agent (sets is_active to False).
curl --request DELETE \
--url http://localhost:8000/api/agents/{agent_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response