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>"
}Enter your API key
Tool ID
Was this page helpful?