Delete an agent instance.
Raises: NotFoundError: If instance not found or belongs to another organization.
curl --request DELETE \
--url https://api.example.com/agents/instances/{instance_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}Successful Response
curl --request DELETE \
--url https://api.example.com/agents/instances/{instance_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>",
"input": "<unknown>",
"ctx": {}
}
]
}