curl --request DELETE \
--url https://api.example.com/api/sdk/tool-calls/agent/{agent_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete all tool calls for a specific agent
curl --request DELETE \
--url https://api.example.com/api/sdk/tool-calls/agent/{agent_id}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Successful Response