agent_id
(integer):tool_id
(integer):curl --location -g --request POST 'https:///v2/api/agent/1251/tool/disable' \
--header 'Ocp-Apim-Subscription-Key: ' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"tool_id": 73
}'
{
"success": true,
"message": "AgentTool unlinked successfully.",
"data": {}
}