curl --request DELETE \
--url https://agent-studio.thena.ai/api/v1/agents/{agent_id}/tools/{tool_id} \
--header 'x-api-key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Remove a tool configuration from an agent.
Args: agent_id: The ID of the agent tool_id: The ID of the tool configuration user_id: The user ID of the current user organization_id: The organization ID of the current user
Returns: Success confirmation
Raises: HTTPException: If tool not found or access denied
curl --request DELETE \
--url https://agent-studio.thena.ai/api/v1/agents/{agent_id}/tools/{tool_id} \
--header 'x-api-key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}