Skip to main content
DELETE
/
tools
/
{toolId}
Delete a tool by id
curl --request DELETE \
  --url https://eu-gcp-api.vg-stuff.com/v3/tools/{toolId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.convocore.ai/llms.txt

Use this file to discover all available pages before exploring further.

This action is irreversible. Deleting a tool permanently removes it and any references to it in agent instructions will no longer work.
Variables associated with the tool are not automatically deleted. Clean them up separately if needed.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

toolId
string
required

Response

Successful response

success
boolean
required
message
string
required