Skip to main content
DELETE
/
v1
/
bot
/
tool
/
{id}
Delete Tool
curl --request DELETE \
  --url https://api.boostgpt.co/v1/bot/tool/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

Enter your API key

Path Parameters

id
string<uuid>
required

Tool ID

Query Parameters

project_id
string
required

Project ID

bot_id
string
required

Agent ID

Response

200 - application/json

Tool deleted successfully

success
boolean

Operation success status

message
string

Success message