Delete a tool
Technical Preview
Spaces method and path for this operation:
delete /s/{space_id}/api/agent_builder/tools/{toolId}
Refer to Spaces for more information.
Delete a tool by ID. This action cannot be undone.
[Required authorization] Route required privileges: manage_onechat.
DELETE
/api/agent_builder/tools/{toolId}
curl \
--request DELETE 'https://<KIBANA_URL>/api/agent_builder/tools/{toolId}' \
--header "Authorization: $API_KEY" \
--header "kbn-xsrf: true"
Response examples (200)
Example response showing that the deletion operation was successful
{
"success": true
}