Skip to main content
DELETE
/
api
/
tools
/
{toolType}
/
disconnect
cURL
curl --request DELETE \
  --url https://app.cotool.ai/api/tools/{toolType}/disconnect \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here

Path Parameters

toolType
string
required

Type identifier of the tool to disconnect

Response

200 - application/json

Successful response

Response confirming tool disconnection

success
boolean
required

Whether the tool was successfully disconnected