curl --request DELETE \
--url https://api.boostgpt.co/v1/bot/tool/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>"
}Delete a tool configuration
curl --request DELETE \
--url https://api.boostgpt.co/v1/bot/tool/{id} \
--header 'Authorization: Bearer <token>'{
"success": true,
"message": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.boostgpt.co/llms.txt
Use this file to discover all available pages before exploring further.
Enter your API key
Tool ID
Was this page helpful?